new work thom (#16)
Browse files- update (c505d33f766a7f5052da009d97926de0a57dffc6)
- dist/style.css +2 -2
- src/style.css +2 -2
dist/style.css
CHANGED
|
@@ -160,7 +160,7 @@ d-contents > nav a.active {
|
|
| 160 |
border-bottom-style: solid;
|
| 161 |
border-bottom-color: rgba(0, 0, 0, 0.1);
|
| 162 |
overflow-y: scroll;
|
| 163 |
-
|
| 164 |
scrollbar-width: none;
|
| 165 |
z-index: -100;
|
| 166 |
}
|
|
@@ -194,7 +194,7 @@ d-contents a:hover {
|
|
| 194 |
position: sticky;
|
| 195 |
top: 10px; /* Adjust this value if needed */
|
| 196 |
overflow-y: scroll;
|
| 197 |
-
|
| 198 |
scrollbar-width: none;
|
| 199 |
z-index: -100;
|
| 200 |
}
|
|
|
|
| 160 |
border-bottom-style: solid;
|
| 161 |
border-bottom-color: rgba(0, 0, 0, 0.1);
|
| 162 |
overflow-y: scroll;
|
| 163 |
+
height: calc(100vh - 80px);
|
| 164 |
scrollbar-width: none;
|
| 165 |
z-index: -100;
|
| 166 |
}
|
|
|
|
| 194 |
position: sticky;
|
| 195 |
top: 10px; /* Adjust this value if needed */
|
| 196 |
overflow-y: scroll;
|
| 197 |
+
height: calc(100vh - 80px);
|
| 198 |
scrollbar-width: none;
|
| 199 |
z-index: -100;
|
| 200 |
}
|
src/style.css
CHANGED
|
@@ -160,7 +160,7 @@ d-contents > nav a.active {
|
|
| 160 |
border-bottom-style: solid;
|
| 161 |
border-bottom-color: rgba(0, 0, 0, 0.1);
|
| 162 |
overflow-y: scroll;
|
| 163 |
-
|
| 164 |
scrollbar-width: none;
|
| 165 |
z-index: -100;
|
| 166 |
}
|
|
@@ -194,7 +194,7 @@ d-contents a:hover {
|
|
| 194 |
position: sticky;
|
| 195 |
top: 10px; /* Adjust this value if needed */
|
| 196 |
overflow-y: scroll;
|
| 197 |
-
|
| 198 |
scrollbar-width: none;
|
| 199 |
z-index: -100;
|
| 200 |
}
|
|
|
|
| 160 |
border-bottom-style: solid;
|
| 161 |
border-bottom-color: rgba(0, 0, 0, 0.1);
|
| 162 |
overflow-y: scroll;
|
| 163 |
+
height: calc(100vh - 80px);
|
| 164 |
scrollbar-width: none;
|
| 165 |
z-index: -100;
|
| 166 |
}
|
|
|
|
| 194 |
position: sticky;
|
| 195 |
top: 10px; /* Adjust this value if needed */
|
| 196 |
overflow-y: scroll;
|
| 197 |
+
height: calc(100vh - 80px);
|
| 198 |
scrollbar-width: none;
|
| 199 |
z-index: -100;
|
| 200 |
}
|