Files
grungnet/src/index.css
Mitchell McCaffrey 85f4a9b41b Moved zoom bindings for the map to stop double zoom on trackpads
Also added toggle for overscroll behaviour when not in map
2020-04-09 18:20:10 +10:00

12 lines
181 B
CSS

@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Pacifico&display=swap");
#root,
body,
html {
height: 100%;
}
.simplebar-scrollbar:before {
background: #fff;
}