only able to run e2e fixture documentation

Signed-off-by: Maapteh <maarten@oudenniel.nl>
This commit is contained in:
Maapteh
2023-05-30 17:38:10 +02:00
parent 7493e04275
commit 4e15516aaf
@@ -230,11 +230,14 @@ export default ({ theme, sidebar }: RuleOptions) => `
@media print {
.md-sidebar {
.md-sidebar,
#toggle-sidebar {
display: none;
}
.md-content {
margin: 0;
width: 100%;
max-width: 100%;
}
}
`;