Skip to content

Commit

Permalink
Merge pull request #2746 from DenverCoder544/antd-tabs-dropdown-zindex
Browse files Browse the repository at this point in the history
add zindex for antd tabs dropdown
  • Loading branch information
ZakarFin authored Nov 26, 2024
2 parents a972a7c + 6da7655 commit bbd0beb
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 bbd0beb

Please sign in to comment.