Skip to content

Commit e6c2ffd

Browse files
committed
Tweaker css slik at scroll-posisjon bevares ved overgang mellom undermenyer
1 parent 13946af commit e6c2ffd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/components/left-section/AppLeftSection.module.css

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
position: relative;
66
grid-area: left;
77
height: 100%;
8-
/*background-color: var(--a-blue-50);*/
9-
overflow-y: scroll;
10-
overflow-x: hidden;
11-
scrollbar-width: thin;
8+
overflow: hidden;
129
border-left: solid 4px var(--a-gray-600);
10+
11+
& > * {
12+
overflow-y: scroll;
13+
overflow-x: hidden;
14+
scrollbar-width: thin;
15+
}
1316
}
1417

1518
.categoriesMenu {
@@ -18,7 +21,6 @@
1821

1922
&.hidden {
2023
visibility: hidden;
21-
overflow: hidden;
2224
}
2325
}
2426

0 commit comments

Comments
 (0)