fix: link creator window dragging
This commit is contained in:
parent
51fe82d70a
commit
9975ae7d33
|
|
@ -8,6 +8,14 @@
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
window {
|
||||
-moz-window-dragging: drag;
|
||||
}
|
||||
|
||||
#top-container {
|
||||
-moz-window-dragging: no-drag;
|
||||
}
|
||||
|
||||
/* TODO: remove fx115 workaround */
|
||||
tab {
|
||||
color: unset !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue