Skip to content

Commit

Permalink
[UI classic] Viewer menu on top
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheepux committed Sep 15, 2024
1 parent 43fb51c commit 6d639f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@
<style>
#vieweractions {
opacity: 5%;
z-index: 4500;
z-index: 8100;
}
#vieweractions:hover {
opacity: 100%;
}
#vieweractions :global(.bx--header__action) {
position: absolute;
z-index: 4500;
z-index: 8100;
}
#vieweractions :global(.close) {
top: 0;
Expand Down

0 comments on commit 6d639f4

Please sign in to comment.