From 01fe794cee3c7bc09f6180ed07417a78473ab86b Mon Sep 17 00:00:00 2001 From: Jhaura Wachsman Date: Tue, 22 Dec 2020 22:28:40 +0000 Subject: Remove deprecated iOS class name --- src/code.css | 2 +- src/tools.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code.css b/src/code.css index 80a86bf..ab5fb10 100644 --- a/src/code.css +++ b/src/code.css @@ -7,7 +7,7 @@ /* :block */ & pre > code { @apply block p-4 whitespace-pre break-normal; - @apply overflow-auto scrolling-touch subpixel-antialiased; + @apply overflow-auto subpixel-antialiased; -ms-overflow-style: -ms-autohiding-scrollbar; scrollbar-width: none; diff --git a/src/tools.css b/src/tools.css index efe75f8..08fc4e8 100644 --- a/src/tools.css +++ b/src/tools.css @@ -12,7 +12,7 @@ } .table-responsive { - @apply block w-full overflow-x-auto scrolling-touch; + @apply block w-full overflow-x-auto; -ms-overflow-style: -ms-autohiding-scrollbar; scrollbar-width: none; -- cgit v1.2.3