1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

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

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
BG-Software
2025-01-04 23:46:30 +01:00
committed by GitHub
parent 9015472597
commit 82cf257a5c
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Increase `z-index` of `ts-dropdown` to prevent overlapping by buttons
+1
View File
@@ -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;