1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-14 01:24:19 +04:00

Adjust z-index for nav-tabs in _cards.scss to prevent dropdown overlap

This commit is contained in:
codecalm
2026-02-25 23:18:29 +01:00
parent 65829e9d5e
commit df58d4e04a
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fixed `z-index` conflict between `.card-tabs .nav-tabs` and `.dropdown-menu` so dropdown items remain clickable above card tabs.
+1 -1
View File
@@ -576,7 +576,7 @@ Card list group
.card-tabs {
.nav-tabs {
position: relative;
z-index: $zindex-dropdown;
z-index: $zindex-dropdown - 1;
border-bottom: 0;
.nav-link {