1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 01:21:27 +00:00

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

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;
}