File tree 1 file changed +18
-4
lines changed
1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 210
210
@layer features-before {
211
211
@layer structured-container {
212
212
/* top */
213
+ @keyframes extending-hidden-scrollbar {
214
+ from {
215
+ overflow : hidden;
216
+ }
217
+ to {
218
+ overflow : hidden;
219
+ }
220
+ }
213
221
@supports selector(::-webkit-scrollbar ) {
214
222
body .blur top ::-webkit-scrollbar-track : vertical {
215
223
border-top-right-radius : 5px ;
313
321
z-index : 4 ; /* -> layer[fixed] */
314
322
}
315
323
top /* -> */ {
316
- overflow : hidden scroll ;
324
+ overflow : hidden;
317
325
position : relative;
318
326
margin : 8px 0px ;
319
327
border : 1px solid # e7e7e7 ;
325
333
left : min (max (calc (50% - 516px ), 8px ), 10% );
326
334
width : max (min (calc (100% - 16px ), 1032px ), 80% );
327
335
}
336
+ top : hover {
337
+ animation-name : extending-hidden-scrollbar;
338
+ animation-duration : 0.5s ;
339
+ overflow : hidden auto;
340
+ }
328
341
body .blur top {
329
342
border-radius : 5px ;
330
343
border : 0px ;
333
346
body .blur top : hover {
334
347
box-shadow : 0px 0px 8px rgba (0 , 0 , 0 , 0.5 );
335
348
}
336
- top : hover , body .blur top : hover {
337
- max-height : calc (70vh - 18px );
338
- }
339
349
top > a /* -> */ {
340
350
text-align : center;
341
351
text-decoration : none;
864
874
}
865
875
@layer features-after {
866
876
@layer structured-container {
877
+ /* top */
878
+ top : hover {
879
+ max-height : calc (100vh - 16px );
880
+ }
867
881
/* major */
868
882
major > sub-major : not (: first-of-type ) {
869
883
display : none;
You can’t perform that action at this time.
0 commit comments