using self.innerHeight in css code example
Example: get window size javascript
const window {
width: window.innerWidth,
height: window.innerHeight
}
const window {
width: window.innerWidth,
height: window.innerHeight
}