mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
style: scrollable delivery side dialog
Signed-off-by: jrphilo <james.philo@me.com>
This commit is contained in:
parent
20b79bd751
commit
ab3a65b403
@ -76,7 +76,7 @@ const Delivery = () => {
|
|||||||
onClose={() => setOpeningDialog(null)}
|
onClose={() => setOpeningDialog(null)}
|
||||||
open={openingDialog === 'information'}
|
open={openingDialog === 'information'}
|
||||||
>
|
>
|
||||||
<div className="mt-5 flex h-full flex-col space-y-3 overflow-hidden">
|
<div className="mt-5 flex h-full flex-col space-y-3 overflow-y-auto">
|
||||||
<section>
|
<section>
|
||||||
{STORE_PREFIX === 'reman-transmission' ? (
|
{STORE_PREFIX === 'reman-transmission' ? (
|
||||||
<>
|
<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user