Explorar o código

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

Co-authored-by: Paweł Kuna <[email protected]>
BG-Software hai 8 meses
pai
achega
82cf257a5c
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  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);
   background: var(--#{$prefix}bg-surface);
   color: var(--#{$prefix}body-color);
   color: var(--#{$prefix}body-color);
   box-shadow: var(--#{$prefix}box-shadow-dropdown);
   box-shadow: var(--#{$prefix}box-shadow-dropdown);
+  z-index: $zindex-dropdown;
 
 
   .option {
   .option {
     padding: $dropdown-item-padding-y $dropdown-item-padding-x;
     padding: $dropdown-item-padding-y $dropdown-item-padding-x;