💄 Force root div to fit its content (all height before)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
body {
|
||||
aspect-ratio: 16/9;
|
||||
width: 100vw;
|
||||
height: none;
|
||||
|
||||
margin: 0;
|
||||
|
||||
@@ -23,6 +24,5 @@ body {
|
||||
}
|
||||
|
||||
#root {
|
||||
height: inherit;
|
||||
width: inherit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user