Skip to content

Commit

Permalink
Merge pull request #503 from will-moore/drag_handle_css_fix
Browse files Browse the repository at this point in the history
Use z-index to ensure centre panel stays behind #trayhandle_left
  • Loading branch information
knabar authored Oct 27, 2023
2 parents 4825084 + e1c92fd commit 834761c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omeroweb/webgateway/static/webgateway/css/ome.header.css
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ li.menu_back a {

#center_panel {
left:0px; right:0px; top:0px; bottom:0px;
z-index: 0;
background:hsl(210,1%,98%);
position:absolute;
/* I wish that background: hsl(220,8%,16%);*/
Expand Down

0 comments on commit 834761c

Please sign in to comment.