mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix for mobile devices
This commit is contained in:
parent
a67373ea96
commit
3548a686e9
@ -1,10 +1,10 @@
|
||||
.App {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
}
|
||||
|
||||
#app-content {
|
||||
height: calc(100vh - 64px);
|
||||
height: calc(100dvh - 64px);
|
||||
}
|
||||
|
||||
.Toastify__toast-container--top-right {
|
||||
|
||||
@ -11,7 +11,7 @@ function MapContainer() {
|
||||
|
||||
return (
|
||||
|
||||
<UtopiaMap zoom={5} height='calc(100vh - 64px)' width="100%">
|
||||
<UtopiaMap zoom={5} height='calc(100dvh - 64px)' width="100%">
|
||||
<Layer
|
||||
name='events'
|
||||
menuIcon='CalendarIcon'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user