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:
parent
67bd243718
commit
7f23f9dc41
@ -63,11 +63,11 @@ hr {
|
|||||||
/* App frame */
|
/* App frame */
|
||||||
|
|
||||||
#octo-tasks-app {
|
#octo-tasks-app {
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#octo-tasks-app > #main {
|
#octo-tasks-app > #main {
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sidebar */
|
/* Sidebar */
|
||||||
@ -76,14 +76,14 @@ hr {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.octo-sidebar {
|
.octo-sidebar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
background-color: rgb(247, 246, 243);
|
background-color: rgb(247, 246, 243);
|
||||||
min-width: 230px;
|
min-width: 230px;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user