web: forward-port the no-horizontal-scroll rules into source style.css (de-em-dashed comments)

This commit is contained in:
Oleksandr Kozachuk
2026-06-08 23:02:44 +02:00
parent 29c26ddda1
commit 1005e5a8e2
+3 -1
View File
@@ -34,10 +34,12 @@
@font-face { font-family:"text-security-disc"; font-display:swap; src:url("./assets/fonts/text-security-disc.woff2") format("woff2"); }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { height: 100%; }
html { height: 100%; overflow-x: hidden; overscroll-behavior-x: none; }
body {
min-height: 100%;
overflow-x: hidden; /* no sideways pan; page is single column */
overscroll-behavior-x: none; /* kill horizontal rubber-band / swipe-nav */
font-family: var(--body);
font-size: 16px;
line-height: 1.6;