Merge pull request #625 from frecuencialibre/add-show-scrollbar
make add show dialogue scrollable. fixes #338
This commit is contained in:
commit
5d9ec43a85
|
@ -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…
Reference in New Issue