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:
Diffstat (limited to 'src/code.css')
-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;