:root{--app-height:100vh}body,html{height:var(--app-height);width:100vw;margin:0;padding:0;overflow:hidden;box-sizing:border-box}body{position:fixed;top:0;left:0;right:0;bottom:0;overscroll-behavior:none}*{box-sizing:border-box}