fix poor overflow fixes
This commit is contained in:
		| @@ -19,7 +19,7 @@ body { | ||||
|     background-attachment: fixed; | ||||
| } | ||||
|  | ||||
| p, h1 { | ||||
| p, h1, h2 { | ||||
|     word-wrap: anywhere; | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| const resizeHeader = () => { | ||||
|     const container = document.querySelector("main > .container") | ||||
|     const containerWidth = container.scrollWidth | ||||
|     const containerWidth = container.clientWidth | ||||
|     const header = document.querySelector(".container.title-container") | ||||
|     header.style.minWidth = `${containerWidth}px` | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user