mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 06:58:07 +01:00
Merge pull request #4063 from mfilser/fix_main_scrollbar
Fix main scrollbar
This commit is contained in:
commit
92eb3afa6c
3 changed files with 3 additions and 2 deletions
|
|
@ -247,6 +247,7 @@ textarea
|
||||||
position: absolute
|
position: absolute
|
||||||
left: -9999px
|
left: -9999px
|
||||||
visibility: hidden
|
visibility: hidden
|
||||||
|
display: none
|
||||||
|
|
||||||
.materialCheckBox
|
.materialCheckBox
|
||||||
position: relative
|
position: relative
|
||||||
|
|
|
||||||
|
|
@ -433,7 +433,7 @@ a
|
||||||
margin-top: 0px
|
margin-top: 0px
|
||||||
|
|
||||||
.wrapper
|
.wrapper
|
||||||
height: 100%
|
height: calc(100% - 31px)
|
||||||
margin: 0px
|
margin: 0px
|
||||||
|
|
||||||
.panel-default
|
.panel-default
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
color: #727479
|
color: #727479
|
||||||
background: #dedede
|
background: #dedede
|
||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height calc(100% - 80px)
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
.content-title
|
.content-title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue