1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-20 21:59:43 +02:00

Fix main page scrollbar and socket status position

This commit is contained in:
Maksim Eltyshev 2019-10-09 01:05:06 +05:00
parent dc09246d8a
commit b9d4024957
3 changed files with 32 additions and 36 deletions

View file

@ -36,7 +36,6 @@
.card {
border-radius: 4px;
height: 150px;
margin-bottom: 24px;
transition: all 200ms ease !important;
}
@ -53,7 +52,6 @@
.cardsWrapper {
flex: 1 1 auto;
max-height: 100%;
overflow: auto;
}
.gridFix {