mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
test: scrollbar error on android
This commit is contained in:
parent
dc17f304c1
commit
7a25c20abe
8 changed files with 8 additions and 6 deletions
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
||||||
updated: 2025-03-23
|
updated: 2025-03-23
|
||||||
tags: ["Guide"]
|
tags: ["Guide"]
|
||||||
pin: 1
|
pin: 1
|
||||||
|
toc: false
|
||||||
lang: en
|
lang: en
|
||||||
abbrlink: markdown-style-guide
|
abbrlink: markdown-style-guide
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
||||||
updated: 2025-03-23
|
updated: 2025-03-23
|
||||||
tags: ["Guía"]
|
tags: ["Guía"]
|
||||||
pin: 1
|
pin: 1
|
||||||
|
toc: false
|
||||||
lang: es
|
lang: es
|
||||||
abbrlink: markdown-style-guide
|
abbrlink: markdown-style-guide
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
||||||
updated: 2025-03-23
|
updated: 2025-03-23
|
||||||
tags: ["ガイド"]
|
tags: ["ガイド"]
|
||||||
pin: 1
|
pin: 1
|
||||||
|
toc: false
|
||||||
lang: ja
|
lang: ja
|
||||||
abbrlink: markdown-style-guide
|
abbrlink: markdown-style-guide
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
||||||
updated: 2025-03-23
|
updated: 2025-03-23
|
||||||
tags: ["Руководство"]
|
tags: ["Руководство"]
|
||||||
pin: 1
|
pin: 1
|
||||||
|
toc: false
|
||||||
lang: ru
|
lang: ru
|
||||||
abbrlink: markdown-style-guide
|
abbrlink: markdown-style-guide
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
||||||
updated: 2025-03-23
|
updated: 2025-03-23
|
||||||
tags: ["指南"]
|
tags: ["指南"]
|
||||||
pin: 1
|
pin: 1
|
||||||
|
toc: false
|
||||||
lang: zh-tw
|
lang: zh-tw
|
||||||
abbrlink: markdown-style-guide
|
abbrlink: markdown-style-guide
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
||||||
updated: 2025-03-23
|
updated: 2025-03-23
|
||||||
tags: ["指南"]
|
tags: ["指南"]
|
||||||
pin: 1
|
pin: 1
|
||||||
|
toc: false
|
||||||
lang: zh
|
lang: zh
|
||||||
abbrlink: markdown-style-guide
|
abbrlink: markdown-style-guide
|
||||||
---
|
---
|
||||||
|
|
|
@ -5,11 +5,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
--at-apply: 'bg-background c-secondary antialiased scrollbar-hidden scroll-smooth';
|
--at-apply: 'bg-background c-secondary antialiased scroll-smooth';
|
||||||
}
|
|
||||||
|
|
||||||
html::-webkit-scrollbar {
|
|
||||||
--at-apply: 'hidden';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
/* Code Blocks */
|
/* Code Blocks */
|
||||||
.heti :where(pre) {
|
.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: '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) {
|
.heti pre :where(code) {
|
||||||
--at-apply: 'p-0 bg-secondary/0 tracking-0 border-none';
|
--at-apply: 'p-0 bg-secondary/0 tracking-0 border-none';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue