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%);
|
background: linear-gradient(150deg, #050d1a 0%, #091829 55%, #0e2344 100%);
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
padding: 3rem;
|
padding: 3rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user