Skip to content

Commit 3c3b972

Browse files
authored
Merge pull request #216 from CivicDataLab/215-fix-the-height-of-factor-list-in-analytics-side-bar
fix height and add padding of factor list in analytics side bar
2 parents edc34c4 + 02aac91 commit 3c3b972

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/[locale]/[state]/analytics/components/styles.module.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,15 @@
77
.FactorList {
88
@media (max-width: 1280px) {
99
overflow: hidden;
10-
height: 200px;
11-
&:hover {
12-
overflow-y: auto;
13-
}
1410
}
11+
margin-bottom: 18px;
1512
}
1613

1714
.Overlay {
1815
position: absolute;
1916
top: 145px;
2017
right: -100%; /* Hide off-screen initially */
21-
z-index: 99999;
18+
z-index: 99999;
2219
height: calc(100dvh - 30%);
2320
opacity: 90%;
2421
box-shadow: var(--shadow-basic-md);

0 commit comments

Comments
 (0)