Coder Social home page Coder Social logo

Comments (9)

jaywcjlove avatar jaywcjlove commented on June 22, 2024 1
<div style={{ height: 130, overflow: "auto" }}>
  <CodeEditor
    value={code}
    ref={textRef}
    language="js"
    placeholder="Please enter JS code."
    onChange={(evn) => setCode(evn.target.value)}
    padding={15}
    style={{
      fontFamily:
        "ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace",
      fontSize: 12
    }}
  />
</div>

@rbro3551

from react-textarea-code-editor.

jaywcjlove avatar jaywcjlove commented on June 22, 2024

@rbro3551 Style conflict.

from react-textarea-code-editor.

rbro3551 avatar rbro3551 commented on June 22, 2024

@rbro3551 Style conflict.

Thank you for the reply! I did try starting a bare project and just having a codeEditor by itself without any other styles and it gave me the same issue. There's a picture of the styling I had below. This would definitely be something on my end though?
image

from react-textarea-code-editor.

jaywcjlove avatar jaywcjlove commented on June 22, 2024

You can use codesandbox.io to provide me with an example to reproduce the error. I can help you look

from react-textarea-code-editor.

rbro3551 avatar rbro3551 commented on June 22, 2024

You can use codesandbox.io to provide me with an example to reproduce the error. I can help you look

Here is the link with the issue: https://codesandbox.io/s/goofy-butterfly-wp8bm2?

Thanks!

from react-textarea-code-editor.

jaywcjlove avatar jaywcjlove commented on June 22, 2024

@rbro3551 Do you need a horizontal scroll bar?

from react-textarea-code-editor.

rbro3551 avatar rbro3551 commented on June 22, 2024

@rbro3551 Do you need a horizontal scroll bar?

No my issue is with vertical scrolling. When the text overflows vertically that's when it messes up

from react-textarea-code-editor.

jaywcjlove avatar jaywcjlove commented on June 22, 2024

@rbro3551 https://codesandbox.io/embed/uiwjs-react-textarea-code-editor-issues-133-zq9vpw?fontsize=14&hidenavigation=1&theme=dark

from react-textarea-code-editor.

rbro3551 avatar rbro3551 commented on June 22, 2024
<div style={{ height: 130, overflow: "auto" }}>

  <CodeEditor

    value={code}

    ref={textRef}

    language="js"

    placeholder="Please enter JS code."

    onChange={(evn) => setCode(evn.target.value)}

    padding={15}

    style={{

      fontFamily:

        "ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace",

      fontSize: 12

    }}

  />

</div>

@rbro3551

Oh wow that works great thank you so much!

from react-textarea-code-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.