fix(settings): scrollbar

pull/1049/head
trashtemp 2021-12-30 14:44:33 +01:00
parent af1d255f11
commit 5bd30297f5
2 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ export const GroupMemberSidebar = observer(
return (
<GenericSidebarBase>
<Container>
{isTouchscreenDevice && <div>Group settings go here</div>}
{/*{isTouchscreenDevice && <div>Group settings go here</div>}*/}
</Container>
<MemberList entries={entries} context={channel} />
@ -197,7 +197,7 @@ export const ServerMemberSidebar = observer(
return (
<GenericSidebarBase>
<Container>
{isTouchscreenDevice && <div>Server settings go here</div>}
{/*{isTouchscreenDevice && <div>Server settings go here</div>}*/}
</Container>
<MemberList entries={entries} context={channel} />
</GenericSidebarBase>

View File

@ -47,7 +47,7 @@
&::-webkit-scrollbar-thumb {
min-height: 150px;
border-top: 56px solid transparent;
border-bottom: var(--bottom-navigation-height) solid transparent;
//border-bottom: var(--bottom-navigation-height) solid transparent;
}
}