Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jw@jhaurawachsman.com>2020-12-23 01:28:40 +0300
committerJhaura Wachsman <jw@jhaurawachsman.com>2020-12-23 01:28:40 +0300
commit01fe794cee3c7bc09f6180ed07417a78473ab86b (patch)
tree200c23274bae3a3b74af02e9965ff6cf1abc5584
parent83a515126f70baf3c6ba5624c7d28dd24611709f (diff)
Remove deprecated iOS class name
-rw-r--r--src/code.css2
-rw-r--r--src/tools.css2
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 @@
/* <code>: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;