Merge pull request #2003 from 138138138/master

Fix iOS 12.5.2 Layout
This commit is contained in:
TheFrenchGhosty
2021-04-13 18:05:46 +00:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ body {
#contents { #contents {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100vh; min-height: 100vh;
} }
.deleted { .deleted {