Replies: 1 comment 3 replies
-
Maybe the same fix as for the copy-button should be applied to the code-annotation markers? |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When using
code-annotations
the gutter in which the marker is added can hide the content if it's larger than the width (horizontal scrolling).Of course, you can workaround this with
code-overflow: wrap
but that's not the default.Result is a bit different for Reveal.js as there is no gutter.
Beta Was this translation helpful? Give feedback.
All reactions