mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
fix(#31666): Fix v-scroll brief display at the board level
A vertical scrollbar can appears while dragging a card-out, when the column height is higher than the heght-viewport and the board is being reduced (quicker than its contents). Force hidding the scrollbars using overflow:clip.
This commit is contained in:
parent
a9265a2c36
commit
31dcdf874f
@ -3,6 +3,7 @@
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
overflow-x: auto;
|
||||
overflow-y: clip;
|
||||
align-items: stretch;
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user