Добавлена базовая боковая панель

This commit is contained in:
2022-04-26 00:29:09 +03:00
parent 6875a96723
commit e4d08dda61
2 changed files with 17 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
html,
body {
height: 100%;
width: 100%;
overflow-x: hidden;
}
#map {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
height: 93%;
width: 70%;
height: 93vh;
}