From 4b418898210653dcb95c09de31d02fbe41976d50 Mon Sep 17 00:00:00 2001 From: EatPrayCode <40796274+EatPrayCode@users.noreply.github.com> Date: Wed, 25 Jan 2023 18:00:21 +0530 Subject: [PATCH] Feature: Show scrollbars in released and preview pages (#5420) Co-authored-by: Ashwath Bharadwaj --- frontend/src/_styles/theme.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index af4d2850ec..3998e78ae2 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -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; }