Content container z-index
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ const pages = [
|
|||||||
|
|
||||||
const CurrentPage = ({ page }) => {
|
const CurrentPage = ({ page }) => {
|
||||||
return (
|
return (
|
||||||
<div className="flex-1 overflow-hidden relative">
|
<div className="flex-1 z-0 overflow-hidden relative">
|
||||||
{pages.map(p => {
|
{pages.map(p => {
|
||||||
const Page = p.component;
|
const Page = p.component;
|
||||||
return <Page selected={page.id === p.id} />;
|
return <Page selected={page.id === p.id} />;
|
||||||
|
|||||||
Reference in New Issue
Block a user