edit tags dialog: enable overflow so that tag completion works properly
This commit is contained in:
parent
3d5d289077
commit
73c4e7ddf2
1 changed files with 4 additions and 0 deletions
|
@ -1146,4 +1146,8 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
|
|||
|
||||
.dijitDropDownButton.attachments {
|
||||
display : inline-block;
|
||||
}
|
||||
|
||||
#editTagsDlg{
|
||||
overflow: visible;
|
||||
}
|
Loading…
Reference in a new issue