Skip to content

Commit

Permalink
Merge pull request #12839 from ibrainventures/patch-1
Browse files Browse the repository at this point in the history
[RC 1.6.0 - zoom is partly hidden] Update style.css
  • Loading branch information
AUTOMATIC1111 authored Aug 30, 2023
2 parents 9e248fb + ba7d0d2 commit ee373a7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,9 @@ table.popup-table .link{

.modalControls {
display: flex;
position: absolute;
right: 0px;
left: 0px;
gap: 1em;
padding: 1em;
background-color:rgba(0,0,0,0);
Expand Down Expand Up @@ -660,13 +663,6 @@ table.popup-table .link{
min-height: 0;
}

#modalImage{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}

.modalPrev,
.modalNext {
cursor: pointer;
Expand Down

0 comments on commit ee373a7

Please sign in to comment.