Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@
}
}
/* Fix when no vertical scrollbar is present, some environments reserve a gutter by default */
html,
body {
scrollbar-gutter: auto !important;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is !important needed here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is needed here

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats overriding that behaviour? can we know? would give us an idea as well as to whats actually wrong.
cc @TorstenDittmann

}
/* TODO: remove this block once Pink V2 is incorporated */
input[type='radio'],
input[type='checkbox']:not([class='switch']),
Expand Down