Skip to content

Commit

Permalink
add zindex for antd tabs dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder544 committed Nov 26, 2024
1 parent 14193de commit 6da7655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/portal.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@ This seems to only happen on the Firefox browser
z-index: 30050 !important;
}

.ant-tabs-dropdown {
z-index: 30050 !important;
}

.ant-popover {
z-index: 30030 !important;
}
Expand Down

0 comments on commit 6da7655

Please sign in to comment.