We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328bcd0 commit 0a36d75Copy full SHA for 0a36d75
apps/client/src/widgets/collections/board/index.css
@@ -1,5 +1,4 @@
1
.board-view {
2
- overflow-x: auto;
3
position: relative;
4
height: 100%;
5
user-select: none;
@@ -20,7 +19,6 @@ body.mobile .board-view {
20
19
display: flex;
21
gap: 1em;
22
padding: 1em;
23
- padding-bottom: 0;
24
align-items: flex-start;
25
}
26
@@ -127,7 +125,8 @@ body.mobile .board-view-container .board-column {
127
125
128
126
.board-view-container .board-column > .board-column-content {
129
flex-grow: 1;
130
- overflow: scroll;
+ overflow-x: hidden;
+ overflow-y: auto;
131
padding: 0.5em;
132
133
0 commit comments