]> git.wh0rd.org - tt-rss.git/commitdiff
edit tags dialog: enable overflow so that tag completion works properly
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Tue, 13 Dec 2016 12:26:39 +0000 (15:26 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Tue, 13 Dec 2016 12:26:39 +0000 (15:26 +0300)
css/tt-rss.css

index 589f96b33d63e6d0ff3bba46663e1a6ff94f40e3..e1dc64369936c7d40ed16ec6704a9e570569ab97 100644 (file)
@@ -1146,4 +1146,8 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
 
 .dijitDropDownButton.attachments {
        display : inline-block;
+}
+
+#editTagsDlg{
+       overflow: visible;
 }
\ No newline at end of file