Merge remote-tracking branch 'origin/qcast-pub' into dev

This commit is contained in:
김민식 2025-04-02 14:47:53 +09:00
commit 9c1df779e4
2 changed files with 8 additions and 1 deletions

7
src/store/roofAtom.js Normal file
View File

@ -0,0 +1,7 @@
import { atom } from 'recoil'
export const roofsState = atom({
key: 'roofs',
default: null,
dangerouslyAllowMutability: true,
})

View File

@ -383,7 +383,7 @@ button{
} }
} }
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 2px; width: 5px;
background-color: transparent; background-color: transparent;
} }