Skip to content

Commit 4c1943c

Browse files
committed
refactor: add comment to overflow property
1 parent 653801e commit 4c1943c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_reboot.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
4646

4747
body {
4848
margin: 0; // 1
49+
// TODO: find a better solution to avoid horizontal scroll if a sidebar doesn't have a fixed position.
4950
overflow-x: hidden; // 4
5051
font-family: $font-family-base;
5152
@include font-size($font-size-base);

0 commit comments

Comments
 (0)