mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Remove select on sidebar
This commit is contained in:
@@ -27,6 +27,7 @@ import { SidebarItem } from './sidebar-item';
|
|||||||
const SidebarContainer = styled.div`
|
const SidebarContainer = styled.div`
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: calc(100vh - 120px); // Account for titlebar and playerbar
|
max-height: calc(100vh - 120px); // Account for titlebar and playerbar
|
||||||
|
user-select: none;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ImageContainer = styled(motion(Link))<{ height: string }>`
|
const ImageContainer = styled(motion(Link))<{ height: string }>`
|
||||||
|
|||||||
Reference in New Issue
Block a user