Workaround for drag and drop in Firefox

It is just a temporary workaround.
This commit is contained in:
Greg-T 2019-05-23 09:55:35 +00:00
parent d1252513ea
commit 7770903a7f
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@
.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;
}