Fix sidebar cutoff
This commit is contained in:
+3
-2
@@ -44,6 +44,7 @@ h2 {
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 20px;
|
||||
padding: 20px;
|
||||
max-width: 1400px;
|
||||
@@ -56,8 +57,8 @@ h2 {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
padding: 15px;
|
||||
height: fit-content;
|
||||
overflow-y: auto;
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.sidebar h2 {
|
||||
|
||||
Reference in New Issue
Block a user