Compare commits
1 Commits
bf401e4ab0
...
85b2016e69
| Author | SHA1 | Date | |
|---|---|---|---|
| 85b2016e69 |
+1
-1
@@ -1237,7 +1237,7 @@ function App() {
|
|||||||
|
|
||||||
{/* KeepAlive: EcommercePage stays mounted once visited */}
|
{/* KeepAlive: EcommercePage stays mounted once visited */}
|
||||||
{ecommerceEverMounted && (
|
{ecommerceEverMounted && (
|
||||||
<div style={{ display: isEcommerceActive ? undefined : "none" }}>
|
<div style={{ display: isEcommerceActive ? undefined : "none", position: "absolute", inset: 0, zIndex: 1 }}>
|
||||||
<EcommercePage
|
<EcommercePage
|
||||||
projects={projects}
|
projects={projects}
|
||||||
isAuthenticated={Boolean(session)}
|
isAuthenticated={Boolean(session)}
|
||||||
|
|||||||
@@ -559,6 +559,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.web-shell__page {
|
.web-shell__page {
|
||||||
|
position: relative;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user