mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-08 17:24:08 +00:00
8f38e83aaf
class modal-open is applied to <body>, which ultimately means that the browser will scoll to the modal's content. However, #editFolder was finishing its close animation (and removing this modal-open class) after #editIgnores had set modal-open (and had started its open animation). The end result is that <body> ends up without modal-open when #editIgnores is open, and so the browser doesn't properly scroll. Instead, only open the #editIgnores once #editFolder has finished closing. |
||
---|---|---|
.. | ||
assets | ||
scripts/syncthing | ||
vendor | ||
index.html | ||
modal.html |