mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
set sticky header height to auto - fix #3011
This commit is contained in:
parent
f59bba598e
commit
62361b6c3b
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@
|
|||
padding: 0
|
||||
.toolbar.active ~ .header-wrap
|
||||
padding: 0 // remove padding when toolbar is hidden
|
||||
|
||||
|
||||
.sticky-wrapper
|
||||
height: auto !important
|
||||
|
||||
/* login/menu buttons
|
||||
--------------------- */
|
||||
.user-menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue