Fossil SCM

Modify the accordion panel style to hide only vertical overflow and keep the box shadows of selected and current timeline entries visible in the context section of /info pages. Set the CSS property to `clip' instead of `hidden' to disallow any vertical scrolling (for example, by tabbing through hyperlinks), although this is probably not relevant for accordion panels.

florian 2026-01-11 17:03 trunk
Commit b0188ce122c43b41447953d35ba1e122f1205145ee57c7e3d6e84b62b37d1464
1 file changed +1 -1
+1 -1
--- src/default.css
+++ src/default.css
@@ -1231,11 +1231,11 @@
12311231
}
12321232
.accordion_closed > .accordion_btn_plus {
12331233
display: inline-block;
12341234
}
12351235
.accordion_panel {
1236
- overflow: hidden;
1236
+ overflow-y: clip;
12371237
transition: max-height 0.25s ease-out;
12381238
}
12391239
.error {
12401240
color: darkred;
12411241
background: yellow;
12421242
--- src/default.css
+++ src/default.css
@@ -1231,11 +1231,11 @@
1231 }
1232 .accordion_closed > .accordion_btn_plus {
1233 display: inline-block;
1234 }
1235 .accordion_panel {
1236 overflow: hidden;
1237 transition: max-height 0.25s ease-out;
1238 }
1239 .error {
1240 color: darkred;
1241 background: yellow;
1242
--- src/default.css
+++ src/default.css
@@ -1231,11 +1231,11 @@
1231 }
1232 .accordion_closed > .accordion_btn_plus {
1233 display: inline-block;
1234 }
1235 .accordion_panel {
1236 overflow-y: clip;
1237 transition: max-height 0.25s ease-out;
1238 }
1239 .error {
1240 color: darkred;
1241 background: yellow;
1242

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button