Try to fix the scrollbar
This commit is contained in:
parent
7142e04527
commit
775c4a8a5a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue