#1831 item.diary no hace scroll
gitea/salix/dev This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-10-23 12:26:57 +02:00
parent c84625b0d5
commit d5b80e7663
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
@import "variables";
html, body {
html {
background-color: $color-bg;
overflow: auto;
height: 100%;
}
body {
height: 100%;
font-family: vn-font;
color: $color-font;
font-size: $font-size;