1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 08:21:28 +02:00
gitea/web_src/js
silverwind 9ce5e092f3
Fix scroll over mermaid frame (#21925)
When starting a scroll while the mouse is over a mermaid diagram, the
scroll sometimes propagates to the iframe, preventing the parent page
from scrolling. Fix this by disabling scroll inside the iframe. This is
not a problem because those frames are never meant to scroll. Bug seems
to affect Firefox only.


![scroll](https://user-images.githubusercontent.com/115237/203847578-6831e3c8-9df4-4577-8501-822fb9ea1278.gif)
2022-11-24 20:56:57 +00:00
..
components feat: add button to quickly clear merge message (#21548) 2022-11-23 18:24:03 +08:00
features
markup Fix scroll over mermaid frame (#21925) 2022-11-24 20:56:57 +00:00
modules
standalone
test
bootstrap.js
index.js
jquery.js
serviceworker.js
svg.js
svg.test.js
utils.js Fixes #21895: standardize UTC tz for util tests (#21897) 2022-11-22 16:46:29 +08:00
utils.test.js