Fix help box overflowing
parent
c8bac778d5
commit
ee9f725b3c
|
@ -8,6 +8,8 @@
|
|||
|
||||
position: relative;
|
||||
background-color: @colortheme_help-bg;
|
||||
max-height: 50%;
|
||||
overflow-y: auto;
|
||||
&.cp-help-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue