|
|
@@ -23,7 +23,7 @@ export const PageViewLayout = (props: Props): JSX.Element => {
|
|
|
|
|
|
return (
|
|
|
<>
|
|
|
- <div className={`main ${pageViewLayoutClass} ${fluidLayoutClass} flex-expand-vert ps-sidebar`}>
|
|
|
+ <div className={`main ${pageViewLayoutClass} ${fluidLayoutClass} flex-expand-vert ps-sidebar position-relative z-0`}>
|
|
|
<div className="container-lg wide-gutter-x-lg grw-container-convertible flex-expand-vert">
|
|
|
{ headerContents != null && headerContents }
|
|
|
{ sideContents != null
|