over flow y scroll and x visible hack
This commit is contained in:
@@ -99,7 +99,7 @@ export default function SidePanel() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* rest of the lines */}
|
{/* 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 ? (
|
{initialRoomsFetch.loading ? (
|
||||||
<Skeleton />
|
<Skeleton />
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user