fix: hide scrollbar in dialogue modals (#123)

This commit is contained in:
Radu Bratan 2023-06-21 04:22:41 +03:00 committed by GitHub
parent f0e1eb42f0
commit 6b7fb1d5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,8 @@
padding: 32px;
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12),
0px 2px 4px -1px rgba(0, 0, 0, 0.2);
scrollbar-width: none;
-ms-overflow-style: none;
}
button {