mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:49:08 +08:00
5 lines
102 B
SCSS
5 lines
102 B
SCSS
|
.full-page-chat.full-page-chat-sidebar-enabled {
|
||
|
grid-template-columns: 1fr;
|
||
|
overflow: inherit;
|
||
|
}
|