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:
@@ -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.
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user