1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Fix the z-index value of the nav-tab inside card-tab #1933 (#1953)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
Sameer Poswal
2024-12-03 23:25:13 +05:30
committed by GitHub
parent 3d37a759ba
commit 65c13001ce
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix the `z-index` value of the `nav-tab` inside `card-tab` #1933

View File

@@ -605,6 +605,8 @@ $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;