Fix help box overflowing

This commit is contained in:
yflory 2020-05-27 16:36:02 +02:00
parent c8bac778d5
commit ee9f725b3c
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
position: relative;
background-color: @colortheme_help-bg;
max-height: 50%;
overflow-y: auto;
&.cp-help-hidden {
display: none;
}