fix media overflow

AuthorKonata <Konata@forge.unix-root.de>
Date
Commit253f20208fc6090f84708bbe8658fb441fd54ecf
Parent263bf8f
Signatureverified
1 file changed, 1 insertion(+)
Massets/show.css
@@ -66,6 +66,7 @@ body {
6666 flex-grow: 1;
6767 display: flex;
6868 justify-content: center;
69+ overflow: hidden;
6970 }
7071 }
7172