mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04: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
|
||||
left: -9999px
|
||||
visibility: hidden
|
||||
display: none
|
||||
|
||||
.materialCheckBox
|
||||
position: relative
|
||||
|
|
|
@ -433,7 +433,7 @@ a
|
|||
margin-top: 0px
|
||||
|
||||
.wrapper
|
||||
height: 100%
|
||||
height: calc(100% - 31px)
|
||||
margin: 0px
|
||||
|
||||
.panel-default
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
color: #727479
|
||||
background: #dedede
|
||||
width 100%
|
||||
height 100%
|
||||
height calc(100% - 80px)
|
||||
position: absolute;
|
||||
|
||||
.content-title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue