mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Static Header
.head = position fixed .wrap = relative, top 130px, z-index -1
This commit is contained in:
parent
cf81339f7a
commit
24bde808eb
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ html,body,p,h1,ul,li,table,tr,th,td
|
||||||
box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7
|
box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7
|
||||||
padding: 12px 16px
|
padding: 12px 16px
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
position:fixed
|
||||||
|
|
||||||
.color-worst pre
|
.color-worst pre
|
||||||
background-color: rgb(230, 184, 175)
|
background-color: rgb(230, 184, 175)
|
||||||
|
|
@ -183,7 +184,7 @@ li:hover .task-meta-controls .hover-show
|
||||||
|
|
||||||
/* Customizations to make footer sticky */
|
/* Customizations to make footer sticky */
|
||||||
/*html, body {height: 100%;}*/
|
/*html, body {height: 100%;}*/
|
||||||
#wrap {min-height: 100%;}
|
#wrap {min-height: 100%; position: relative; top:130px; z-index:-1}
|
||||||
#main
|
#main
|
||||||
/*overflow:auto;*/
|
/*overflow:auto;*/
|
||||||
padding-bottom: 250px; /* don't know why this works, sticky footers are weird */
|
padding-bottom: 250px; /* don't know why this works, sticky footers are weird */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue