🚑 Fix overflow issue in firefox
This commit is contained in:
@ -55,7 +55,7 @@ body {
|
|||||||
.center {
|
.center {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: overlay;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
Reference in New Issue
Block a user