fix: Fix white space on left side when scrollbar is present (#2548)

This commit is contained in:
Paweł Kuna
2025-11-26 19:30:27 +01:00
committed by GitHub
parent 2dc7edae36
commit e206d7a908
3 changed files with 13 additions and 5 deletions
-5
View File
@@ -2,11 +2,6 @@
:host {
font-size: 16px;
height: 100%;
@include media-breakpoint-up(lg) {
margin-inline-start: calc(100vw - 100%);
margin-inline-end: 0;
}
}
:root,