over flow y scroll and x visible hack

This commit is contained in:
talksik
2022-05-18 08:40:00 -05:00
parent 5082907c6d
commit 61c8930a7f
@@ -99,7 +99,7 @@ export default function SidePanel() {
)}
{/* rest of the lines */}
<div className={'flex flex-col flex-1 overflow-y-auto'}>
<div className={'flex flex-col flex-1 mr-[-100px] pr-[100px] overflow-y-auto'}>
{initialRoomsFetch.loading ? (
<Skeleton />
) : (