Try to fix the scrollbar

This commit is contained in:
Dominik V. Salonen 2018-08-31 10:45:23 +00:00
parent 7142e04527
commit 775c4a8a5a
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,7 @@ a:hover {
box-sizing: border-box;
border-radius: 5px;
max-height: 50vh;
overflow-y: auto;
overflow-y: hidden;
overflow-x: hidden;
width: 100%;
box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
@ -86,6 +86,8 @@ a:hover {
#page {
width: 100%;
padding: 15px 5px 8px 5px;
height: calc(40vh - 50px);
overflow-y: auto;
}
#splits {