mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-22 05:29:34 +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;
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user