Skip to content

Commit 769b478

Browse files
authored
Merge pull request #692 from RNAcentral/fix-goflow-details
Fix details element not working in Safari and Firefox.
2 parents cf526cd + e49eed5 commit 769b478

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rnacentral/portal/static/css/goflow-reasoning.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ details[open] summary::marker {
124124
content: "▼ ";
125125
}
126126

127-
::details-content {
128-
transition: height 0.3s ease, content-visibility 0.3s ease allow-discrete;
129-
height: 0;
130-
overflow: clip;
131-
}
132-
133127
/* Line clamp styles for reasoning text */
134128
details .reasoning-text {
135129
position: relative;

0 commit comments

Comments
 (0)