feat: change scrollbar

This commit is contained in:
Pihkaal
2024-09-13 00:28:02 +02:00
parent dce7572535
commit d2ae84846e
2 changed files with 24 additions and 0 deletions

View File

@@ -43,10 +43,12 @@ const InnerNvimTree = (props: InnerKittyProps<typeof Nvim>) => {
<NvimTree {...props} onOpen={handleOpenChild} />
</div>
<div
className="scrollbar overflow-y-scroll"
style={{
gridArea: "1 / 2 / 1 / 3",
overflowY: "auto",
wordWrap: "break-word",
scrollSnapType: "inline",
}}
>
<NvimEditor content={activeChild?.content} />