mirror of
https://github.com/vercel/commerce.git
synced 2025-08-01 14:31:22 +00:00
Sidebar changes
This commit is contained in:
@@ -11,7 +11,7 @@ const Sidebar: FC<Props> = ({ className, children }) => {
|
|||||||
const rootClassName = cn(s.root, className)
|
const rootClassName = cn(s.root, className)
|
||||||
return (
|
return (
|
||||||
<div className={rootClassName}>
|
<div className={rootClassName}>
|
||||||
<div className="fixed inset-0 overflow-hidden shadow-sm bg-black bg-opacity-25">
|
<div className="fixed inset-0 overflow-hidden shadow-sm bg-black bg-opacity-25 z-50">
|
||||||
<div className="absolute inset-0 overflow-hidden">
|
<div className="absolute inset-0 overflow-hidden">
|
||||||
<section className="absolute inset-y-0 right-0 pl-10 max-w-full flex sm:pl-16 ">
|
<section className="absolute inset-y-0 right-0 pl-10 max-w-full flex sm:pl-16 ">
|
||||||
<div className="w-screen max-w-2xl">
|
<div className="w-screen max-w-2xl">
|
||||||
|
Reference in New Issue
Block a user