Skip to content

Commit 9a1be07

Browse files
committed
Better stage manager window placement and scroll
1 parent 6162677 commit 9a1be07

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/Space/Space.module.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,18 @@
2626
display: flex;
2727
flex-direction: column;
2828
flex-wrap: nowrap;
29-
justify-content: center;
29+
justify-content: space-evenly;
3030
align-items: flex-start;
31-
align-content: center;
3231
width: 150px;
3332
height: 100%;
34-
padding: 10px;
3533
box-sizing: border-box;
3634
user-select: none;
3735
-webkit-user-select: none;
3836
-moz-user-select: none;
3937
perspective: 20rem;
4038
transition: all 0.5s;
4139
overflow-y: auto;
42-
padding: 200px 10px;
40+
padding: 50px 10px;
4341
-ms-overflow-style: none;
4442
scrollbar-width: none;
4543
}

0 commit comments

Comments
 (0)