Skip to content

Commit 31dcdf8

Browse files
committed
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.
1 parent a9265a2 commit 31dcdf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/features/projects.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
flex-direction: row;
44
flex-wrap: nowrap;
55
overflow-x: auto;
6+
overflow-y: clip;
67
align-items: stretch;
78
margin: 0 0.5em;
89
}

0 commit comments

Comments
 (0)