Replies: 2 comments
-
Thanks for asking. Honestly, this is beyond the scope of this project. What you're writing makes sense but I would need to debug what you describe as well, and this won't benefit many users since it's an edge case. You might have more luck on StackOverflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I figured out a way to make it work, by adding in padding-left and padding-right to the parent class for the iframe. I'm not 100% convinced this is really best way but it seems to work in lieu of any other way of making it work right now.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to include a mkdocs url as a source for an iframe, which works but there is no left nav and instead the drop down nav is present as if the page width is too small. This happens even though the iframe width is sufficiently wide enough. Not sure if the iframe width is not known to mkdocs but it seems that the left nav should be shown. The iframe width is 1280px wide.
Any thoughts?
This is what I'm trying:
CSS
Beta Was this translation helpful? Give feedback.
All reactions