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:
parent
5dfc7735ab
commit
3e1cda5e13
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user