mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 16:27:47 +08:00
1d2f0ca407
* Revert "Fix header contents moving when opening modal (#2131)" * Fix header contents moving when modal opened/closed. Conditionally apply the navbar-fixed-top class only when needed, so that we can take advantage of it without always having the navbar in position:fixed, as was done in the previous solution. That resulted in a clash with custom headers. * Show header on refresh of scrolled page Due to some magic in Mithril 0.1's context:retain flag, some DOM elements were cached across page reloads. Since that has been eliminated, if we refresh the page and we are scrolled down, the "affix" class which makes the header fixed (and as a result, visible) isn't applied until the first scroll. We fix this by running ScrollListener.update() immediately to set initial navbar state. |
||
---|---|---|
.. | ||
error | ||
frontend | ||
install | ||
layouts | ||
log-out.blade.php | ||
reset-password.blade.php |