Fix left panel overflow: top-align content, allow vertical scroll
This commit is contained in:
@@ -932,9 +932,10 @@ button {
|
||||
background: linear-gradient(150deg, #050d1a 0%, #091829 55%, #0e2344 100%);
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
padding: 3rem;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user