You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: