mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
unhides scroll bar and adjusts overflow to remove whitespace at bottom (#9767)
This commit is contained in:
parent
9bb7c6ece0
commit
2ed4df0b7c
1 changed files with 2 additions and 2 deletions
|
|
@ -57,10 +57,10 @@
|
|||
height: 460px;
|
||||
width: 320px;
|
||||
top: 2.5em;
|
||||
left: -22em;
|
||||
left: -23em;
|
||||
z-index: -1;
|
||||
padding: 2em;
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
h3 {
|
||||
color: $white;
|
||||
|
|
|
|||
Loading…
Reference in a new issue