Fixed #5266 - small scroll window for EULA accept screen

This commit is contained in:
snipe 2018-04-06 15:50:45 -07:00
parent 2253439940
commit 1d0f8f01f2

View file

@ -21,7 +21,7 @@
#eula_div {
width: 100%;
height: 200px;
height: auto;
overflow: scroll;
}