We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef600b commit 61197fbCopy full SHA for 61197fb
1 file changed
platforms/blabsy/src/components/sidebar/sidebar.tsx
@@ -84,7 +84,7 @@ export function Sidebar(): JSX.Element {
84
<Input modal closeModal={closeModal} />
85
</Modal>
86
<div
87
- className='fixed bottom-0 z-10 flex w-full flex-col justify-between border-t border-light-border
+ className='fixed bottom-0 left-0 right-0 z-10 flex w-full flex-col justify-between border-t border-light-border
88
bg-main-background py-0 dark:border-dark-border xs:top-0 xs:h-full xs:w-auto xs:border-0
89
xs:bg-transparent xs:px-2 xs:py-3 xs:pt-2 md:px-4 xl:w-72'
90
>
0 commit comments