From 73c4e7ddf2118d6cbb76491fc52dded208175894 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2016 15:26:39 +0300 Subject: edit tags dialog: enable overflow so that tag completion works properly --- css/tt-rss.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/tt-rss.css') diff --git a/css/tt-rss.css b/css/tt-rss.css index 589f96b33..e1dc64369 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1146,4 +1146,8 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf { .dijitDropDownButton.attachments { display : inline-block; +} + +#editTagsDlg{ + overflow: visible; } \ No newline at end of file -- cgit v1.2.3