From 695b073080ab42618ba2d437ed4869909045f921 Mon Sep 17 00:00:00 2001 From: Marcos Castro Date: Wed, 26 Apr 2023 10:53:49 +0200 Subject: [PATCH] Apply correct iOS scroll to all tabcontent (#3182) --- wled00/data/index.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/wled00/data/index.css b/wled00/data/index.css index 32745460..b5be43cc 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -318,9 +318,6 @@ button { height: 100%; overscroll-behavior: none; padding: 0 4px; -} - -#Effects { -webkit-overflow-scrolling: touch; }