html { user-select: none; margin: none; overflow: hidden; height: 100%; } body { display: flex; width: 100%; height: 100%; overflow-y: scroll; margin: 0; scrollbar-gutter: none; }