Allow word form to scroll if it's too tall for the window

This commit is contained in:
Robbie Antenesse 2018-05-18 11:13:23 -06:00
parent 35ebf31c1f
commit f60d374dc7
1 changed files with 1 additions and 0 deletions

View File

@ -26,4 +26,5 @@
@extend .is-one-third;
overflow-y: auto;
max-height: 90vh;
}