Browse Source

Merge branch 'dev' of https://github.com/tabler/tabler into dev

codecalm 9 tháng trước cách đây
mục cha
commit
7a810d1f06
2 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 5 0
      .changeset/slimy-queens-pull.md
  2. 2 0
      src/scss/_variables.scss

+ 5 - 0
.changeset/slimy-queens-pull.md

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

+ 2 - 0
src/scss/_variables.scss

@@ -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;