make overwidth tables overlap toc

This commit is contained in:
Ulli Kehrle 2020-11-13 15:10:41 +01:00
parent aa0c6c26d1
commit 3df8e92c9f
Signed by: hrnz
GPG Key ID: 06E88726998AB3C7
1 changed files with 5 additions and 0 deletions

View File

@ -81,3 +81,8 @@ html {
max-width: 50%;
padding: 0;
}
.md-typeset__scrollwrap {
overflow-x: visible;
position:relative;
z-index: 1;
}