fix: padding on the right of the default padding when scrollbars are enabled in the browser (#8023)

This commit is contained in:
Paul
2024-09-01 22:22:02 -06:00
committed by GitHub
parent 39cd8283c8
commit 8203fe86cd

View File

@@ -60,7 +60,7 @@
.template-default {
&__wrap {
min-width: 100vw;
min-width: 100%;
}
}
}