Make it possible to scroll overflowing hidden events again (#33481)

* Make it possible to scroll overflowing hidden events again

* Make hidden events scrollable without any CSS hacks
This commit is contained in:
Robin
2026-05-13 15:30:11 +02:00
committed by GitHub
parent b6c24cb04f
commit c4c32b8334
@@ -12,12 +12,12 @@ Please see LICENSE files in the repository root for full details.
color: var(--cpd-color-text-secondary);
font-size: var(--cpd-font-size-body-xs);
width: 100%;
overflow-x: auto;
line-height: normal;
}
.source {
flex: 1;
overflow-inline: auto;
}
pre.source {