mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Merge pull request #18084 from itisAliRH/fix-toolbar-header-zindex
Fix toolbar header z-index
This commit is contained in:
@@ -220,7 +220,7 @@ table thead.thead-dark tr th[role="columnheader"] {
|
||||
|
||||
// show sticky elements behind dropdown-menus
|
||||
.sticky-top {
|
||||
z-index: 800;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
// remove margin for labels with for attribute
|
||||
|
||||
Reference in New Issue
Block a user