www.spaceplanner.app

Web client to the spaceplanner API
git clone git://jacobedwards.org/www.spaceplanner.app
Log | Files | Refs

commit 63f48409307e602bdbe178f2418057f6da010deb
parent 95c0ee622ecafad6cb5c80c3921d98f7b096b838
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Fri, 18 Oct 2024 19:59:50 -0700

Be more specific with css touch-action

Diffstat:
Mfiles/floorplans/floorplan/main.css | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/files/floorplans/floorplan/main.css b/files/floorplans/floorplan/main.css @@ -6,11 +6,13 @@ body { height: calc(100vh - var(--bar-height)); background-color: white; - // Seems - touch-action: none; overflow: hidden; } +header, #bar, label { + touch-action: none; +} + #bar { position: fixed; }