Browse Source

Increase z-index of ts-dropdown (#2031)

Co-authored-by: Paweł Kuna <[email protected]>
BG-Software 8 months ago
parent
commit
82cf257a5c
2 changed files with 6 additions and 0 deletions
  1. 5 0
      .changeset/nine-lions-smell.md
  2. 1 0
      src/scss/vendor/_tom-select.scss

+ 5 - 0
.changeset/nine-lions-smell.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Increase `z-index` of `ts-dropdown` to prevent overlapping by buttons

+ 1 - 0
src/scss/vendor/_tom-select.scss

@@ -42,6 +42,7 @@ $input-border-width: 1px;
   background: var(--#{$prefix}bg-surface);
   color: var(--#{$prefix}body-color);
   box-shadow: var(--#{$prefix}box-shadow-dropdown);
+  z-index: $zindex-dropdown;
 
   .option {
     padding: $dropdown-item-padding-y $dropdown-item-padding-x;