Skip to content

Commit b959ccb

Browse files
Add files via upload
1 parent 64d59be commit b959ccb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

metridex_force_visible.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
/* Emergency visibility hotfix: if JS fails or is blocked, show content */
3+
.reveal {
4+
opacity: 1 !important;
5+
transform: none !important;
6+
}
7+
/* If any reveal logic was using display:none; undo it */
8+
.reveal, .section.reveal {
9+
display: block !important;
10+
}
11+
/* Basic layout guard */
12+
.section { visibility: visible !important; }

0 commit comments

Comments
 (0)