Feature: Show scrollbars in released and preview pages (#5420)

Co-authored-by: Ashwath Bharadwaj <ashwathbharadwaj@Ashwaths-MacBook-Pro.local>
This commit is contained in:
EatPrayCode 2023-01-25 18:00:21 +05:30 committed by GitHub
parent 22e2ae39b8
commit 4b41889821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -556,13 +556,12 @@ button {
padding: 0px 10px;
.canvas-container {
scrollbar-width: none;
scrollbar-width: auto;
width: 100%;
// margin-left: 10%;
}
.canvas-container::-webkit-scrollbar {
width: 0;
background: transparent;
}