1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-21 04:59:49 +01:00

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