Merge pull request #4063 from mfilser/fix_main_scrollbar

Fix main scrollbar
This commit is contained in:
Lauri Ojansivu 2021-10-21 19:21:37 +03:00 committed by GitHub
commit 92eb3afa6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -247,6 +247,7 @@ textarea
position: absolute
left: -9999px
visibility: hidden
display: none
.materialCheckBox
position: relative

View file

@ -433,7 +433,7 @@ a
margin-top: 0px
.wrapper
height: 100%
height: calc(100% - 31px)
margin: 0px
.panel-default

View file

@ -11,7 +11,7 @@
color: #727479
background: #dedede
width 100%
height 100%
height calc(100% - 80px)
position: absolute;
.content-title