Fix scrolling for item declaration block
This commit is contained in:
parent
c54c8cbac8
commit
0399a636e6
@ -337,6 +337,10 @@ pre {
|
||||
.item-decl pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
/* This rule allows to have scrolling on the X axis. */
|
||||
.item-decl .type-contents-toggle {
|
||||
contain: initial;
|
||||
}
|
||||
|
||||
.source .content pre {
|
||||
padding: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user