Padding in window.
Describe the bug: There is padding in the window, this might be the scrollbar.

Also when I scroll down, the menubar goes, and there is even more of a gap at the bottom of the window.

Platform:
- Browser: Chrome
- Browser Version: 77.0.3865.90 (Official Build) (64-bit)
Did you scale the popup page? You can find scale settings from menu->popup page->scale
@Sneezry Yes, I have it at 125% which is the problem. So can you please fix it. At all the other scales this padding doesn't appear.
We use CSS scale to scale the UI roughly. However, it worked really well in the past. I have no idea if it's a CSS bug on Chrome. I will try to fix this issue in the next a few days.
Can I take a crack at this?
@dhulwells go right ahead! Relevant file is sass/popup.scss
and this function
https://github.com/Authenticator-Extension/Authenticator/blob/7b9d9527d29f01bb13e7758c1daa370081997d31/src/store/Menu.ts#L43-L49
I've changed the select tag values and the gap starts to appear at 112%.
