#qr doesn't overflow-y anymore

This commit is contained in:
James Campos 2011-09-21 14:46:25 -07:00
parent 40d28414d1
commit b3f7a5a138
2 changed files with 0 additions and 4 deletions

View File

@ -3099,8 +3099,6 @@
display: block;\ display: block;\
}\ }\
#qr {\ #qr {\
max-height: 100%;\
overflow-y: auto;\
position: fixed;\ position: fixed;\
}\ }\
#qr #autohide, #qr .close {\ #qr #autohide, #qr .close {\

View File

@ -2430,8 +2430,6 @@ Main =
display: block; display: block;
} }
#qr { #qr {
max-height: 100%;
overflow-y: auto;
position: fixed; position: fixed;
} }
#qr #autohide, #qr .close { #qr #autohide, #qr .close {