mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +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
|
||||
tags: ["Guide"]
|
||||
pin: 1
|
||||
toc: false
|
||||
lang: en
|
||||
abbrlink: markdown-style-guide
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
|||
updated: 2025-03-23
|
||||
tags: ["ガイド"]
|
||||
pin: 1
|
||||
toc: false
|
||||
lang: ja
|
||||
abbrlink: markdown-style-guide
|
||||
---
|
||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
|||
updated: 2025-03-23
|
||||
tags: ["Руководство"]
|
||||
pin: 1
|
||||
toc: false
|
||||
lang: ru
|
||||
abbrlink: markdown-style-guide
|
||||
---
|
||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
|||
updated: 2025-03-23
|
||||
tags: ["指南"]
|
||||
pin: 1
|
||||
toc: false
|
||||
lang: zh-tw
|
||||
abbrlink: markdown-style-guide
|
||||
---
|
||||
|
|
|
@ -4,6 +4,7 @@ published: 2025-03-08
|
|||
updated: 2025-03-23
|
||||
tags: ["指南"]
|
||||
pin: 1
|
||||
toc: false
|
||||
lang: zh
|
||||
abbrlink: markdown-style-guide
|
||||
---
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue