fix poor overflow fixes
This commit is contained in:
@@ -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