make add show dialogue scrollable. fixes #338
This commit is contained in:
parent
634ac9c846
commit
b49465d3a3
@ -7,6 +7,11 @@
|
||||
font-size: 12px;
|
||||
/*width: 25%;*/
|
||||
width: 310px;
|
||||
max-height: calc(100vh - 144px);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.usability_hint:not(.hidden) + .wrapper #schedule-add-show{
|
||||
max-height: calc(100vh - 172px);
|
||||
}
|
||||
|
||||
#schedule-add-show textarea {
|
||||
|
||||
@ -2044,7 +2044,7 @@ span.errors.sp-errors{
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
#schedule-add-show .button-bar.bottom {
|
||||
margin: 16px 0 0;
|
||||
margin: 16px 0 8px;
|
||||
}
|
||||
.schedule {
|
||||
text-align:left;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user