summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_dropdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/custom/_dropdown.scss')
-rw-r--r--src/assets/styles/bmc/custom/_dropdown.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/custom/_dropdown.scss b/src/assets/styles/bmc/custom/_dropdown.scss
new file mode 100644
index 00000000..c7d39548
--- /dev/null
+++ b/src/assets/styles/bmc/custom/_dropdown.scss
@@ -0,0 +1,22 @@
+.dropdown-item {
+ padding-left: $spacer/2;
+}
+
+.b-dropdown-form {
+ padding: $spacer/2;
+ .form-group {
+ margin-bottom: $spacer/2;
+ }
+}
+
+// Adding component style to global stylesheet because
+// single-file component scoped styles aren't
+// being applied to dynamically appended elements
+// The overflow menu should be above the table
+
+.table-filter {
+ .dropdown-menu {
+ z-index: $zindex-dropdown + 1;
+ padding: 0;
+ }
+} \ No newline at end of file