Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display code in quick chat #299

Open
yuanyanhui opened this issue Feb 2, 2024 · 0 comments
Open

Display code in quick chat #299

yuanyanhui opened this issue Feb 2, 2024 · 0 comments

Comments

@yuanyanhui
Copy link

yuanyanhui commented Feb 2, 2024

First of all, thank you for this great admin template.

In the index page, I'd like to display code in the quick chat box. I tried pre and code tags with various classes like pre-scrollable and overflow-scroll. But none worked. It seems there is no overflow behavior. The scroll bar does not show up.

<div class="layer">
      <div class="peers fxw-nw ai-c pY-3 pX-10 bgc-white bdrs-2 lh-3/2">
            <div class="peer-greed ord-0">
                  <pre>
                        <code>Heloo there Heloo there Heloo there Heloo there Heloo there Heloo there Heloo there Heloo there Heloo there Heloo there Heloo there Heloo there
                        </code>
                  </pre>
            </div>
      </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant