mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
allow header to be scrolled horizontally
This commit is contained in:
parent
93aab9d459
commit
332b4bd899
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
background: #f5f5f5
|
||||
border-bottom: 1px solid rgba(0,0,0,0.2)
|
||||
// margin-top: -1px
|
||||
overflow: hidden
|
||||
overflow-y: hidden
|
||||
overflow-x: auto
|
||||
// position relative
|
||||
|
||||
/* login/menu buttons
|
||||
|
|
|
|||
Loading…
Reference in a new issue