mirror of
https://github.com/flarum/framework.git
synced 2025-01-31 15:58:47 +08:00
c9401ce150
Since Mobile Safari automatically resizes iframes to fit their content, we need to avoid using position:fixed. In this commit we: - Eliminate use of position:fixed for dropdowns. They are instead displayed statically, like on desktop. - Reposition modals when they are shown according to the parent window's scroll position. - Tweak the toolbar's appearance and height on mobile. |
||
---|---|---|
.. | ||
js/forum | ||
less/forum | ||
scripts | ||
src | ||
views | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.php_cs | ||
.travis.yml | ||
bootstrap.php | ||
CHANGELOG.md | ||
composer.json | ||
LICENSE |