qr overflow css

This commit is contained in:
James Campos 2011-08-05 01:47:18 -07:00
parent 0d192a6971
commit c9555517aa
2 changed files with 6 additions and 0 deletions

View File

@ -2979,6 +2979,9 @@
\ \
#qr {\ #qr {\
position: fixed;\ position: fixed;\
max-height: 100%;\
overflow-x: hidden;\
overflow-y: auto;\
}\ }\
#qr > div.move {\ #qr > div.move {\
text-align: right;\ text-align: right;\

View File

@ -2362,6 +2362,9 @@ main =
#qr { #qr {
position: fixed; position: fixed;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
} }
#qr > div.move { #qr > div.move {
text-align: right; text-align: right;