edit tags dialog: enable overflow so that tag completion works properly
This commit is contained in:
parent
3d5d289077
commit
73c4e7ddf2
|
@ -1147,3 +1147,7 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
|
||||||
.dijitDropDownButton.attachments {
|
.dijitDropDownButton.attachments {
|
||||||
display : inline-block;
|
display : inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#editTagsDlg{
|
||||||
|
overflow: visible;
|
||||||
|
}
|
Loading…
Reference in New Issue