mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
Adjust left positioning of the left-panel to unobscure sroll-bar, change left panel overflow to overflow-y (#9544)
This commit is contained in:
parent
03480ebfc7
commit
8895b70ffa
1 changed files with 2 additions and 3 deletions
|
|
@ -52,11 +52,10 @@
|
|||
height: 460px;
|
||||
width: 320px;
|
||||
top: 2.5em;
|
||||
left: -22em;
|
||||
left: -22.8em;
|
||||
z-index: -1;
|
||||
padding: 2em;
|
||||
overflow: scroll;
|
||||
|
||||
overflow-y: auto;
|
||||
h3 {
|
||||
color: $white;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue