misc, text & toc display

This commit is contained in:
2020-07-06 15:03:02 +02:00
parent e6beb65a74
commit 5691b071a1
8 changed files with 203 additions and 90 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ body{
overflow: hidden;
>.wrapper{
padding:0 $side-padding 0 $side-padding;
height:100%;
overflow-y: auto;
height:100%; max-height:100%;
overflow-y: hidden;
overflow-x: hidden;
}
}