Merge pull request #12839 from ibrainventures/patch-1

[RC 1.6.0 - zoom is partly hidden] Update style.css
This commit is contained in:
AUTOMATIC1111 2023-08-30 07:43:38 +03:00
parent 46f3ee9594
commit 965c728914

View File

@ -621,6 +621,9 @@ table.popup-table .link{
.modalControls { .modalControls {
display: flex; display: flex;
position: absolute;
right: 0px;
left: 0px;
gap: 1em; gap: 1em;
padding: 1em; padding: 1em;
background-color:rgba(0,0,0,0); background-color:rgba(0,0,0,0);
@ -660,13 +663,6 @@ table.popup-table .link{
min-height: 0; min-height: 0;
} }
#modalImage{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.modalPrev, .modalPrev,
.modalNext { .modalNext {
cursor: pointer; cursor: pointer;