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-07-13 03:49:00 +0300
committerJhaura Wachsman <jw@jhaurawachsman.com>2020-07-13 03:49:00 +0300
commitc006443e4d72994648c8c2189e1a97b8acd9d784 (patch)
tree2d338dab216d36c59ff23b38773541f0e401071d
parent692739cd20b908451d8c0318996f99e72c5c1402 (diff)
Add style definition for `-ms-overflow-style`
-rw-r--r--src/code.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code.css b/src/code.css
index 28109c3..80a86bf 100644
--- a/src/code.css
+++ b/src/code.css
@@ -9,6 +9,7 @@
@apply block p-4 whitespace-pre break-normal;
@apply overflow-auto scrolling-touch subpixel-antialiased;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
scrollbar-width: none;
&::-webkit-scrollbar {
@apply hidden;