mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
change sticky-header height to 205px instead of auto - fixes #4023
This commit is contained in:
parent
b5ee56b079
commit
34fe2a9d9e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
padding: 0 // remove padding when toolbar is hidden
|
||||
|
||||
.sticky-wrapper
|
||||
height: auto !important
|
||||
height: 205px !important
|
||||
|
||||
/* login/menu buttons
|
||||
--------------------- */
|
||||
|
|
|
|||
Loading…
Reference in a new issue