File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 position : relative;
4343 /* 100vh - header margin - header - footer - footer padding */
4444 /* Not perfect, to revisit: for client loading state */
45- min-height : calc (100vh - 32px - 64px - 232 px - 20 px );
46- padding-bottom : 20 px ;
45+ min-height : calc (100vh - 32px - 64px - 302 px - 48 px );
46+
4747 box-sizing : border-box;
4848}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export default async function LocaleLayout({
111111 component = { 'main' }
112112 id = 'next'
113113 sx = { {
114- minHeight : 'calc(100vh - 32px - 64px - 232px - 20px )' ,
114+ minHeight : 'calc(100vh - 32px - 64px - 302px - 48px )' ,
115115 } }
116116 >
117117 { children }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export const stickyHeaderStyles = (props: {
2222 zIndex : 1 ,
2323 top : {
2424 xs : props . headerBannerVisible ? '113px' : '56px' ,
25- md : props . headerBannerVisible ? '140px' : '65px ' ,
25+ md : props . headerBannerVisible ? '140px' : '64px ' ,
2626 } ,
2727 background : props . theme . palette . background . default ,
2828 transition : 'box-shadow 0.3s ease-in-out' ,
You can’t perform that action at this time.
0 commit comments