Skip to content

Commit bceaebb

Browse files
authored
Merge pull request #262 from 1chooo/fix/side-bar
Fix/side bar
2 parents 3819ac6 + ba1c243 commit bceaebb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

apps/web/src/app/globals.css

+7-2
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ main {
364364
}
365365

366366
.sidebar.active {
367-
max-height: 405px;
367+
max-height: 425px;
368368
}
369369

370370
.sidebar-info {
@@ -1549,7 +1549,8 @@ textarea.form-input::-webkit-resizer {
15491549
}
15501550

15511551
.sidebar.active {
1552-
max-height: 584px;
1552+
/* max-height: 584px; */
1553+
max-height: 610px;
15531554
}
15541555

15551556
.sidebar-info {
@@ -1803,6 +1804,10 @@ textarea.form-input::-webkit-resizer {
18031804
display: none;
18041805
}
18051806

1807+
.sidebar.active {
1808+
max-height: 900px;
1809+
}
1810+
18061811
/**
18071812
* ABOUT
18081813
*/

0 commit comments

Comments
 (0)