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 13:30:11 +00: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); color: var(--cpd-color-text-secondary);
font-size: var(--cpd-font-size-body-xs); font-size: var(--cpd-font-size-body-xs);
width: 100%; width: 100%;
overflow-x: auto;
line-height: normal; line-height: normal;
} }
.source { .source {
flex: 1; flex: 1;
overflow-inline: auto;
} }
pre.source { pre.source {