mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
fix: remove scrollbar gutter (#1063)
## Description Currently opening modals, clicking select boxes or using anything from radix that overlays the screen in some way will shift the screen. This can be easily noticeable when changing the document "Period" selector on the /documents page. ## Changes Made Undo the gutter change for now. Can find a proper solution another time. https://github.com/documenso/documenso/assets/20962767/5bcae576-2944-4ae5-a2c3-0589e7f61bdb
This commit is contained in:
@ -91,11 +91,6 @@
|
||||
@apply border-border;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
font-feature-settings: 'rlig' 1, 'calt' 1;
|
||||
|
||||
Reference in New Issue
Block a user