Fix for options panel contents exceeding available space.

This commit is contained in:
ForklessAnon 2014-10-31 18:34:38 -05:00
parent 5dfc7735ab
commit 3e1cda5e13

View File

@ -883,6 +883,7 @@ pre {
bottom: 0px; bottom: 0px;
height: 100%; height: 100%;
border-right: 1px solid black; border-right: 1px solid black;
overflow-y: auto;
} }
.options_tab_icon { .options_tab_icon {
@ -912,6 +913,7 @@ pre {
right: 0px; right: 0px;
text-align: left; text-align: left;
font-size: 12px; font-size: 12px;
overflow-y: auto;
} }
.options_tab h2 { .options_tab h2 {