Skip to content

Commit b553c70

Browse files
committed
fix
1 parent a7c019b commit b553c70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web_src/css/features/projects.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,10 @@
121121
position: absolute;
122122
top: 50px;
123123
left: 0;
124+
right: 0;
125+
max-height: calc(100vh - 50px);
126+
}
127+
128+
.fullscreen #project-board .project-column .ui.cards {
129+
overflow-y: auto;
124130
}

0 commit comments

Comments
 (0)