🚑 Fix overflow issue in firefox

This commit is contained in:
2022-09-12 16:14:08 +02:00
parent 864a007284
commit e66e6c28fa

View File

@ -55,7 +55,7 @@ body {
.center {
display: flex;
justify-content: center;
overflow: overlay;
overflow: auto;
}
main {