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

View file

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