Overflow the thread dropdown with a scrollbar for long threads
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 17 Jun 2013 20:35:40 +0000 (22:35 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 17 Jun 2013 20:39:56 +0000 (22:39 +0200)
django/media/css/archives.css

index 0c099613e6501dc2b3b6cd69a14bf35c2a1c791c..e25f9e04f82943dfa17780edcb262aee78073b4d 100644 (file)
@@ -95,6 +95,10 @@ a.ui-selectmenu {
    color: black;
 }
 
+.ui-selectmenu-menu ul {
+    overflow-x: auto;
+}
+
 img.attachedimage {
    max-width: 600px;
 }
\ No newline at end of file