mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	improve ToC height responsiveness
This commit is contained in:
		| @@ -279,6 +279,8 @@ | |||||||
|         top: 100px; |         top: 100px; | ||||||
|         width: 300px; |         width: 300px; | ||||||
|         font-size: .9em; |         font-size: .9em; | ||||||
|  |         max-height: calc(100% - 150px); | ||||||
|  |         overflow: auto; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -60,4 +60,15 @@ | |||||||
|         width: 19px; |         width: 19px; | ||||||
|         height: 11px; |         height: 11px; | ||||||
|     } |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* side ToC */ | ||||||
|  |  | ||||||
|  | .toc.side::-webkit-scrollbar-thumb { | ||||||
|  |     border: none; | ||||||
|  |     background: var(--secondary); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .toc.side::-webkit-scrollbar { | ||||||
|  |     width: 8px; | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user
	 Wonderfall
					Wonderfall