Fix overflow

This commit is contained in:
Peter Kompasz 2022-11-02 10:19:14 +02:00
parent d7a303b410
commit 53e9746b13

View File

@ -296,3 +296,7 @@ body {
color: #009;
text-decoration: underline;
}
.rel_img {
overflow-y: scroll;
}