fix(#31666): Fix no-cards board behavior to avoid intangible columns

This commit is contained in:
Simon 2024-08-06 10:03:10 +02:00
parent 31dcdf874f
commit 2efba09a3e

View File

@ -16,7 +16,7 @@
padding: 0.5rem !important;
width: 320px;
height: initial;
min-height: 60vh;
min-height: max(calc(100vh - 400px), 300px);
flex: 0 0 auto;
overflow: visible;
display: flex;