]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Added 'overflow:hidden' to the stylesheet for 'mimepart' divs. This prevents the...
[citadel.git] / webcit / static / webcit.css
index 8724a4abd3afd7dc31441a4c2267bd0e9a97a9b1..fe7df4762264c6cc724f48c006ab1fde58a6360e 100644 (file)
@@ -67,6 +67,7 @@ body {
 
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
        border: 1px solid #333;
+       overflow: hidden;
 }