make add show dialogue scrollable. fixes #338

This commit is contained in:
ryan 2018-11-30 16:08:44 -06:00
parent 634ac9c846
commit b49465d3a3
2 changed files with 6 additions and 1 deletions

View file

@ -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 {