|
@@ -168,7 +168,7 @@ export function SpoolBuddyLayout() {
|
|
|
<>
|
|
<>
|
|
|
<div
|
|
<div
|
|
|
className="w-screen h-screen bg-bambu-dark text-white flex flex-col overflow-hidden"
|
|
className="w-screen h-screen bg-bambu-dark text-white flex flex-col overflow-hidden"
|
|
|
- style={{ ...brightnessStyle, overscrollBehaviorX: 'none' }}
|
|
|
|
|
|
|
+ style={{ ...brightnessStyle, overscrollBehaviorX: 'none', touchAction: 'pan-y' }}
|
|
|
onTouchStart={handleTouchStart}
|
|
onTouchStart={handleTouchStart}
|
|
|
onTouchEnd={handleTouchEnd}
|
|
onTouchEnd={handleTouchEnd}
|
|
|
>
|
|
>
|