test: scrollbar error on android

This commit is contained in:
radishzzz 2025-03-28 00:58:54 +00:00
parent dc17f304c1
commit 7a25c20abe
8 changed files with 8 additions and 6 deletions

View file

@ -4,6 +4,7 @@ published: 2025-03-08
updated: 2025-03-23
tags: ["Guide"]
pin: 1
toc: false
lang: en
abbrlink: markdown-style-guide
---

View file

@ -4,6 +4,7 @@ published: 2025-03-08
updated: 2025-03-23
tags: ["Guía"]
pin: 1
toc: false
lang: es
abbrlink: markdown-style-guide
---

View file

@ -4,6 +4,7 @@ published: 2025-03-08
updated: 2025-03-23
tags: ["ガイド"]
pin: 1
toc: false
lang: ja
abbrlink: markdown-style-guide
---

View file

@ -4,6 +4,7 @@ published: 2025-03-08
updated: 2025-03-23
tags: ["Руководство"]
pin: 1
toc: false
lang: ru
abbrlink: markdown-style-guide
---

View file

@ -4,6 +4,7 @@ published: 2025-03-08
updated: 2025-03-23
tags: ["指南"]
pin: 1
toc: false
lang: zh-tw
abbrlink: markdown-style-guide
---

View file

@ -4,6 +4,7 @@ published: 2025-03-08
updated: 2025-03-23
tags: ["指南"]
pin: 1
toc: false
lang: zh
abbrlink: markdown-style-guide
---

View file

@ -5,11 +5,7 @@
}
html {
--at-apply: 'bg-background c-secondary antialiased scrollbar-hidden scroll-smooth';
}
html::-webkit-scrollbar {
--at-apply: 'hidden';
--at-apply: 'bg-background c-secondary antialiased scroll-smooth';
}
body {

View file

@ -91,7 +91,7 @@
/* Code Blocks */
.heti :where(pre) {
--at-apply: 'mt-3 mb-4 px-4 py-3 rounded bg-secondary/5! border border-solid border-secondary/5';
--at-apply: 'overflow-auto whitespace-pre scrollbar-hidden';
--at-apply: 'overflow-auto whitespace-pre';
}
.heti pre :where(code) {
--at-apply: 'p-0 bg-secondary/0 tracking-0 border-none';