diff --git a/src/App.js b/src/App.js index 587adb3..b699601 100644 --- a/src/App.js +++ b/src/App.js @@ -29,12 +29,19 @@ function App(){ width: "100vw", height: "100vh", transition: transitionWidth, + "&::-webkit-scrollbar": { + width: "0 !important" + } }, "rightCol": { overflow: "auto", width: "0", height: "100vh", - transition: transitionWidth + transition: transitionWidth, + scrollbarWidth: 0, + "&::-webkit-scrollbar": { + width: "0 !important" + } }, "rightColShift": { overflowY: "auto",