forked from cybrespace/mastodon
fix scrolling issue on single column layout
This commit is contained in:
parent
06bbb8e4f9
commit
8fad28aff3
|
@ -62,6 +62,7 @@
|
||||||
.layout-single-column .compose-panel {
|
.layout-single-column .compose-panel {
|
||||||
background-color: $ui-base-color;
|
background-color: $ui-base-color;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 100%;
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
margin-top: 65px;
|
margin-top: 65px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue