hide horizontal scrollbar on iframes

This commit is contained in:
Frédéric Péters 2013-03-15 09:49:50 +01:00
parent 781e02bc5b
commit ced4dd699e
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ iframe {
width: 100%;
height: 90%;
border: 1px solid #888;
overflow-x: hidden;
}
#login {