mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:55:57 +00:00
edit tags dialog: enable overflow so that tag completion works properly
This commit is contained in:
@@ -1147,3 +1147,7 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
|
|||||||
.dijitDropDownButton.attachments {
|
.dijitDropDownButton.attachments {
|
||||||
display : inline-block;
|
display : inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#editTagsDlg{
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user