1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00

Sidebar full height with scroll

This commit is contained in:
Chen-I Lim 2020-10-12 21:36:49 -07:00
parent 67bd243718
commit 7f23f9dc41

View File

@ -63,11 +63,11 @@ hr {
/* App frame */
#octo-tasks-app {
height: 100%;
min-height: 100%;
}
#octo-tasks-app > #main {
height: 100%;
min-height: 100%;
}
/* Sidebar */
@ -76,14 +76,14 @@ hr {
display: flex;
flex-direction: row;
height: 100%;
min-height: 100%;
}
.octo-sidebar {
display: flex;
flex-direction: column;
height: 100%;
min-height: 100%;
background-color: rgb(247, 246, 243);
min-width: 230px;
padding: 20px 0;