0👍
You maybe need to look for:
screen.height
The issue is I’m not sure you can use get the height of the start-bar (assuming it’s windows and on the bottom). Otherwise this will probably be a good starting point.
- [Vuejs]-Vue js gitlab pages deployment on sub directory
- [Vuejs]-Why i have a OBJECT PROMISE on my page when using axios.post
0👍
Try this:
document.documentElement.clientHeight
Source:stackexchange.com