Skip to content

Commit

Permalink
Fixed menu overlappings while image previewing #182
Browse files Browse the repository at this point in the history
  • Loading branch information
bvn13 authored May 30, 2023
1 parent 25ecb0d commit f191467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/viewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
text-decoration: none;
outline: none;
cursor: pointer;
z-index: 100000;
z-index: 1000;
}
#close-button:hover {
width: 20px;
Expand All @@ -95,7 +95,7 @@
#autosave-div {
position: absolute;
right: 280px;
z-index: 100000;
z-index: 10000;
width: 100px;
}
#autosave-checkbox {
Expand All @@ -104,14 +104,14 @@
#save-div {
position: absolute;
right: 180px;
z-index: 100000;
z-index: 10000;
width: 60px;
}

#export-button {
position: absolute;
right: 40px;
z-index: 100000;
z-index: 10000;
}
</style>
</head>
Expand Down

0 comments on commit f191467

Please sign in to comment.