Skip to content

Commit

Permalink
Merge pull request #211 from abhi9ab/feature/workspace-right-scrollbar
Browse files Browse the repository at this point in the history
feat: add scroll in workspace right side bar
  • Loading branch information
jahnvisahni31 authored Oct 28, 2024
2 parents 0d786b6 + 4c45562 commit 485dcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/RightSideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function RightSideBar({

return (
<div className={`${darkMode ? "border-primary-grey-200 bg-primary-black text-primary-grey-300" : " bg-white text-black"}`}>
<section className="flex flex-col border-t min-w-[227px] sticky right-0 h-full max-sm:hidden select-none">
<section className="flex flex-col border-t min-w-[227px] sticky right-0 h-full max-sm:hidden select-none overflow-y-auto pb-24 will-change-scroll">
<h3 className="px-5 pt-4 text-xs uppercase">Design</h3>
<span className={`text-xs mt-3 px-5 border-b pb-4 ${darkMode ? "text-primary-grey-300 border-primary-grey-200" : "text-black bg-white"}`}>
Makes changes to canvas as you like
Expand Down

0 comments on commit 485dcc6

Please sign in to comment.