mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix scroll when dragging elements. Remove scrollbars from swimlanes.
This commit is contained in:
parent
65beb89944
commit
ed8471be9b
4 changed files with 5 additions and 8 deletions
|
|
@ -4,13 +4,9 @@
|
|||
// Even if this background color is the same as the body we can't leave it
|
||||
// transparent, because that won't work during a swimlane drag.
|
||||
background: darken(white, 13%)
|
||||
border-bottom: 1px solid #CCC
|
||||
display: flex
|
||||
flex-direction: row
|
||||
margin: 0 0 10px
|
||||
padding: 0 40px 5px 0
|
||||
overflow-x: auto
|
||||
overflow-y: hidden
|
||||
overflow: 0;
|
||||
|
||||
&.placeholder
|
||||
background-color: rgba(0, 0, 0, .2)
|
||||
|
|
@ -32,6 +28,7 @@
|
|||
flex-direction: row;
|
||||
flex: 0 0 50px;
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px solid #CCC
|
||||
|
||||
.swimlane-header
|
||||
writing-mode: sideways-lr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue