1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Fix header contents moving when opening modal (#2131)

* add navbar-fixed-top css class

* App-header position:fixed
This commit is contained in:
w-4
2020-05-24 01:41:54 +07:00
committed by GitHub
parent 12aad66049
commit c6fc8a8cd6
3 changed files with 3 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<div id="drawer" class="App-drawer">
<header id="header" class="App-header">
<header id="header" class="App-header navbar-fixed-top">
<div id="header-navigation" class="Header-navigation"></div>
<div class="container">
<h1 class="Header-title">

View File

@@ -6,7 +6,7 @@
<div id="drawer" class="App-drawer">
<header id="header" class="App-header">
<header id="header" class="App-header navbar-fixed-top">
<div id="header-navigation" class="Header-navigation"></div>
<div class="container">
<h1 class="Header-title">