testing scroll bar css classes on linux

This commit is contained in:
Tyler Shipe 2021-04-15 12:50:28 -04:00
parent e33bc5feca
commit d10fae2d01
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const FloatingElement: FunctionComponent<FloatingElementProps> = ({
const { uiLocked } = useMangoStore((s) => s.settings) const { uiLocked } = useMangoStore((s) => s.settings)
return ( return (
<div <div
className={`m-1 p-4 bg-th-bkg-2 rounded-lg overflow-auto relative h-full ${className}`} className={`thin-scroll m-1 p-4 bg-th-bkg-2 rounded-lg overflow-auto relative h-full ${className}`}
> >
{!uiLocked ? ( {!uiLocked ? (
<StyledDragWrapper className="absolute top-0 left-0 w-full h-full cursor-move z-50"> <StyledDragWrapper className="absolute top-0 left-0 w-full h-full cursor-move z-50">