Now that the after is in the summary again, prevent pointer events isn't necessary anymore.

master
Gijs 3 years ago
parent a4eb364ed4
commit d527d409a6

@ -216,7 +216,7 @@ strong {
display: block;
content: 'show details ↓';
position: absolute;
bottom: 1px;
bottom: 0px;
left: 0;
right: 0;
height: calc(3.5 * var(--line-height));
@ -225,7 +225,7 @@ strong {
box-sizing: border-box;
font-size: 85%;
padding: calc(2 * var(--line-height)) 0 0 var(--line-height);
pointer-events: none;
/* pointer-events: none; */
}
details[open]::after {

Loading…
Cancel
Save