edit tags dialog: enable overflow so that tag completion works properly

This commit is contained in:
Andrew Dolgov 2016-12-13 15:26:39 +03:00
parent 3d5d289077
commit 73c4e7ddf2
1 changed files with 4 additions and 0 deletions

View File

@ -1147,3 +1147,7 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
.dijitDropDownButton.attachments { .dijitDropDownButton.attachments {
display : inline-block; display : inline-block;
} }
#editTagsDlg{
overflow: visible;
}