udrawer scroll when content is very long
I'm using a udrawer, if the content in the #content slot is very long by default is that scrollable or not? as it doesn't seem to be scrollable. can I set it to be scrollable or would it not work
2 Replies
Hi @WiFi Plug. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Based on the provided knowledge sources, there is no explicit mention of the default scroll behavior for the content inside a
<UDrawer>
when the content is very long. The documentation examples show usage of the #content
, #body
, and #footer
slots, but do not specify whether these areas are scrollable by default or how to enable scrolling if the content overflows the drawer's visible area.
Therefore, I'm sorry, but the knowledge sources do not contain enough information to confirm whether the <UDrawer>
content is scrollable by default or how to make it scrollable if it is not. You may need to experiment by adding custom CSS (e.g., overflow-y: auto;
) to the content slot or consult the official documentation or community for further guidance on this specific behaviorDrawer documentation.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@679734274840330384> Kapa.ai is still learning and improving, please let me know how I did by reacting below.