mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Fix .card-tabs .nav-tabs z-index colliding with dropdowns (#2752)
This commit is contained in:
@@ -594,7 +594,7 @@ Card list group
|
||||
.card-tabs {
|
||||
.nav-tabs {
|
||||
position: relative;
|
||||
z-index: $zindex-dropdown;
|
||||
z-index: 1;
|
||||
border-bottom: 0;
|
||||
|
||||
.nav-link {
|
||||
|
||||
Reference in New Issue
Block a user