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; }