Skip to content
Merged
Changes from all commits
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
8 changes: 5 additions & 3 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@
}
}

/* Compensate for custom scrollbar width when Flux locks scroll */
html[data-flux-scroll-unlock] {
padding-right: 8px !important;
/* Compensate for custom scrollbar width when Flux locks scroll (desktop only) */
@media (pointer: fine) {
html[data-flux-scroll-unlock] {
padding-right: 8px !important;
}
}

/* Scrollbar width */
Expand Down
Loading