revert a change to image figure element that prevented clicking below image to exit

This commit is contained in:
Til Schmitter 2026-04-14 21:55:33 +02:00
parent c78da76754
commit 35f6b72a98

View file

@ -2288,7 +2288,7 @@ html.noscroll .sbar::-webkit-scrollbar {
flex: none;
}
.full-image figure {
display: inline-block;
display: inline;
margin: 0;
height: 100%;
}