mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
fix(frontend): css fix for chrome bug (#44)
* handover layercontrol init variable * merged * fixing mobile chrome keyboard breaking layout
This commit is contained in:
parent
3acac31b76
commit
6a138f834e
@ -1,6 +1,14 @@
|
||||
html, body, #root {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.App {
|
||||
width: 100vw;
|
||||
height: 100dvh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app-content {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user