Options' main for tiny screens.

This commit is contained in:
Nicolas Stepien 2011-06-15 18:43:29 +02:00
parent b6e9fd99db
commit d757ea2cfc
2 changed files with 2 additions and 2 deletions

View File

@ -2715,7 +2715,7 @@
}\ }\
#options #main {\ #options #main {\
overflow: auto;\ overflow: auto;\
height: 450px;\ height: 400px;\
}\ }\
.overlay {\ .overlay {\
position: fixed;\ position: fixed;\

View File

@ -2085,7 +2085,7 @@ main =
} }
#options #main { #options #main {
overflow: auto; overflow: auto;
height: 450px; height: 400px;
} }
.overlay { .overlay {
position: fixed; position: fixed;