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
If you use height: 100% and padding you need to use box-sizing as well. Otherwise, the element will be bigger than 100%. So in result, you have scrollbars always visible.