new work thom

#16
by thomwolf HF staff - opened
Files changed (2) hide show
  1. dist/style.css +2 -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
- max-height: 75%;
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
- max-height: 75%;
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
- max-height: 75%;
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
- max-height: 75%;
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
  }