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:
+1
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user