mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01: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:
@@ -52,11 +52,10 @@
|
|||||||
height: 460px;
|
height: 460px;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
top: 2.5em;
|
top: 2.5em;
|
||||||
left: -22em;
|
left: -22.8em;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
overflow: scroll;
|
overflow-y: auto;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user