Fixed #882 - Dialog component scrollbar shift

This commit is contained in:
mertsincan 2023-09-25 10:30:34 +01:00
parent e0fe133189
commit e204de32f4
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ const styles = `
.p-overflow-hidden {
overflow: hidden;
padding-right: var(--scrollbar-width);
}
`;