testing scroll bar css classes on linux
This commit is contained in:
parent
e33bc5feca
commit
d10fae2d01
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue