diff options
author | chr <chr@cybre.space> | 2020-02-16 16:16:08 -0800 |
---|---|---|
committer | chr <chr@cybre.space> | 2021-03-01 21:52:15 -0800 |
commit | 8fad28aff3c9f053e01040f85a4ce0b128e37b95 (patch) | |
tree | 53607910ab870b0b8c36b0d9bb78b71f96ff537a /app | |
parent | 06bbb8e4f9d133e270d8e49bb74c71be4d5ee273 (diff) |
fix scrolling issue on single column layout
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/cybre-base.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/cybre-base.scss b/app/javascript/styles/cybre-base.scss index 0c9e23a59..487995ab2 100644 --- a/app/javascript/styles/cybre-base.scss +++ b/app/javascript/styles/cybre-base.scss @@ -62,6 +62,7 @@ .layout-single-column .compose-panel { background-color: $ui-base-color; height: auto; + max-height: 100%; overflow-y: visible; margin-top: 65px; } |