When my browser window is in full screen mode, the inner width of the window still seems to be smaller than my screen width. I am confused because (based on this thread) I thought that, if my inner window took up my entire screen, then it would have the same dimensions as my screen.
Instead, I receive the following values when I run window.innerWidth and screen.width in full screen mode:
Screen width: 1280 px
Inner window width: 625 px
My browser is zoomed to 100%.
Why doesn't the inner window width match the screen width when I put my browser in full screen mode?