1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-05 04:15:31 +01:00

Fixes double scrollbar

This commit is contained in:
Amir Raminfar
2020-02-02 14:14:53 -08:00
parent cca37c0559
commit f069c65496

View File

@@ -21,3 +21,8 @@ body {
h1.title {
font-family: "Gafata", sans-serif;
}
html {
overflow-x: unset;
overflow-y: unset;
}