Skip to content

Commit ad372c8

Browse files
committed
fix: css style on scroll drawer
1 parent 6f7ff52 commit ad372c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/components/Drawer/GeistScrollDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import './drawer.css'
1313
<Drawer.Content data-content class="z-9999 bg-[#0a0a0a] flex flex-col rounded-t-[10px] mt-24 h-[80%] lg:h-[320px] fixed bottom-0 left-0 right-0 outline-none">
1414
<div class="new-dialog_inner">
1515
<div class="modal-body">
16-
<div>
16+
<div class="max-w-md mx-auto">
1717
<Drawer.Title class="font-mSdium m-4 color-[#ededed]" style="font-weight: 600; font-size: 18px; margin: 24px 0;">Create Token</Drawer.Title>
1818
<p class="color-[#ededed]">Some content contained within the modal.</p>
1919
<p class="color-[#ededed]">Some content contained within the modal.</p>

0 commit comments

Comments
 (0)