Skip to content

Commit 2639f67

Browse files
authored
fix(www): remove horizontal scrollbar (#4808)
1 parent 92d919e commit 2639f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/www/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { FooterComponent } from './components/footer.component';
3030
:host {
3131
display: block;
3232
position: relative;
33-
width: calc(100lvw - 270px);
33+
width: calc(100% - 270px);
3434
left: 270px;
3535
}
3636

0 commit comments

Comments
 (0)