mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed overflowing code block in tabbed content inside admonition
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
order: 99;
|
order: 99;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: auto;
|
||||||
background-color: var(--md-code-bg-color);
|
background-color: var(--md-code-bg-color);
|
||||||
|
|
||||||
// Actual content
|
// Actual content
|
||||||
|
|||||||
Reference in New Issue
Block a user