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:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Increase `z-index` of `ts-dropdown` to prevent overlapping by buttons
|
||||||
Vendored
+1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user