We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edc34c4 + 02aac91 commit 3c3b972Copy full SHA for 3c3b972
app/[locale]/[state]/analytics/components/styles.module.scss
@@ -7,18 +7,15 @@
7
.FactorList {
8
@media (max-width: 1280px) {
9
overflow: hidden;
10
- height: 200px;
11
- &:hover {
12
- overflow-y: auto;
13
- }
14
}
+ margin-bottom: 18px;
15
16
17
.Overlay {
18
position: absolute;
19
top: 145px;
20
right: -100%; /* Hide off-screen initially */
21
- z-index: 99999;
+ z-index: 99999;
22
height: calc(100dvh - 30%);
23
opacity: 90%;
24
box-shadow: var(--shadow-basic-md);
0 commit comments