diff options
author | Vitaly Takmazov | 2019-10-29 17:11:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 522a1cdbaf0f478fb23a9f770b9caf732ea13803 (patch) | |
tree | 2baf7497f4c4717ee423c227e2ba24a22b44c27c /vnext/src/index.css | |
parent | 713566a435fea6c00cbd2e37d7c8c2a54ef2895d (diff) |
Hide header on scroll (mobile only)
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index a371ae55..109eb678 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -167,6 +167,10 @@ hr { overflow: auto; } +.content--full { + margin-top: 0 !important; +} + #footer { display: none; background: var(--background-color); |