mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 19:03:44 +08:00
7 lines
98 B
SCSS
7 lines
98 B
SCSS
|
.c-drawer-routes {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
flex: 1 0 auto;
|
||
|
height: 100%;
|
||
|
}
|