fix: set min-width on page container

This commit is contained in:
Stevan Freeborn
2023-04-09 23:52:36 -05:00
parent 5c411b4b9a
commit 7f0fa411b0
7 changed files with 18 additions and 10 deletions
+1
View File
@@ -25,4 +25,5 @@ body {
flex-direction: column;
height: 100%;
width: 100%;
min-width: 0;
}