You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The taskbar is set to the top in Windows 10. PsTube opens the window in the upper left corner, so overlapping.
In Javascrit.
If screen.height and screen.availHeight are different, the taskbar is at the top or bottom. Then add the difference to the top position of the window.
The text was updated successfully, but these errors were encountered:
maboroshin
changed the title
Overlapping windows on upper taskbar
Overlapping window on upper taskbar
Mar 12, 2023
The taskbar is set to the top in Windows 10. PsTube opens the window in the upper left corner, so overlapping.
In Javascrit.
If
screen.height
andscreen.availHeight
are different, the taskbar is at the top or bottom. Then add the difference to the top position of the window.The text was updated successfully, but these errors were encountered: