Do we have a scrollbar component in a code block? #1857
-
Hi team, I wonder do we have a horizontal scroll bar component that we can use in a code block? (See design below) If no, do you have any recommendation on how to approach this? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @charleneyjh1, We don't currently have a Paste Code Block component (it's on the roadmap, release date TBD), but you should be able to accomplish the horizontal scroll with whatever approach you're currently taking for the code block. Adding the css property If you'd like more support, feel free to leave a code sandbox link and we will take a look. |
Beta Was this translation helpful? Give feedback.
-
Thanks Nora! I'll let my engineer know. |
Beta Was this translation helpful? Give feedback.
Hi @charleneyjh1,
We don't currently have a Paste Code Block component (it's on the roadmap, release date TBD), but you should be able to accomplish the horizontal scroll with whatever approach you're currently taking for the code block. Adding the css property
overflow-x="scroll"
should take care of it.If you'd like more support, feel free to leave a code sandbox link and we will take a look.