Workaround for drag and drop in Firefox

It is just a temporary workaround, as *.map isn't updated.
This commit is contained in:
Greg-T 2019-05-23 09:23:53 +00:00
parent 2c2f74a104
commit d1252513ea
1 changed files with 1 additions and 0 deletions

View File

@ -1762,6 +1762,7 @@ body.ttrss_utility.share_popup .content {
}
.flat .dijitTree .dijitTreeRow {
overflow: hidden;
-moz-user-select: none; /* TODO: temporary workaround for bug: https://discourse.tt-rss.org/t/is-it-possible-to-create-a-hierarchy-of-categories/876/13 */
text-overflow: ellipsis;
}
.flat label.dijitButton {