Add content-visibility class

This commit is contained in:
Jon Staab
2026-02-18 16:37:55 -08:00
parent 0fa26c8d0a
commit 482121db5c
8 changed files with 15 additions and 7 deletions
+6
View File
@@ -425,3 +425,9 @@ body.keyboard-open .hide-on-keyboard {
.chat__scroll-down {
@apply pb-sai fixed bottom-28 right-4 z-feature md:bottom-16;
}
/* content visibility */
.cv {
content-visibility: auto;
}