mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
fix(css): better food tray
This commit is contained in:
parent
4a05c36687
commit
1c41c4ddb9
1 changed files with 5 additions and 5 deletions
|
|
@ -40,12 +40,12 @@ menu.pets div
|
|||
// display:block
|
||||
|
||||
.food-tray
|
||||
position:fixed
|
||||
right:0px
|
||||
bottom:0px
|
||||
width:30%
|
||||
position: fixed
|
||||
right: 15px
|
||||
bottom: 0px
|
||||
width: 30%
|
||||
height: 50%
|
||||
overflow-y: scroll
|
||||
overflow-y: auto
|
||||
z-index: 1
|
||||
|
||||
.inventory-list
|
||||
|
|
|
|||
Loading…
Reference in a new issue