Fix: remove phantom right-edge spacing when no vertical scrollbar is present.

This commit is contained in:
Harsh Mahajan
2025-09-25 16:08:14 +05:30
parent 5896ac4cae
commit a511c1d2c6
+6
View File
@@ -289,6 +289,12 @@
}
}
/* Fix when no vertical scrollbar is present, some environments reserve a gutter by default */
html,
body {
scrollbar-gutter: auto !important;
}
/* TODO: remove this block once Pink V2 is incorporated */
input[type='radio'],
input[type='checkbox']:not([class='switch']),