Adminator-admin-dashboard
Adminator-admin-dashboard copied to clipboard
Display code in quick chat
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>