maptile/web/assets/css/main.css

10 lines
86 B
CSS

html,
body,
.main {
width: 100%;
height: 100%;
}
* {
scroll-behavior: smooth;
}