mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Remove invalid z-index setting for dropdown (#2036)
This commit is contained in:
5
.changeset/eight-ladybugs-invite.md
Normal file
5
.changeset/eight-ladybugs-invite.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Remove invalid `z-index` setting for dropdowns
|
||||
@@ -605,8 +605,6 @@ $card-header-tabs-bg: var(--#{$prefix}bg-surface-tertiary) !default;
|
||||
$cards-grid-gap: var(--#{$prefix}page-padding) !default;
|
||||
$cards-grid-breakpoint: lg !default;
|
||||
|
||||
$zindex-dropdown: 1;
|
||||
|
||||
// Carousel
|
||||
$carousel-control-color: $white !default;
|
||||
$carousel-control-icon-width: 1.5rem !default;
|
||||
|
||||
Reference in New Issue
Block a user