Fixing UI
Unanswered
QBit posted this in #help-forum
QBitOP
Below code is not making excalidraw to fit full on the screen (responsiveness should maintain)
I am using tailwind CSS
<div className="flex h-screen">
<Excalidraw />
</div>I am using tailwind CSS