Skip to content

Commit 64b88d3

Browse files
committed
Top uni nav not displayed (Mobile)
#6812 #6813
1 parent 4f885f4 commit 64b88d3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function TopcoderFooter() {
3939
if (footerInitialized.current) {
4040
return;
4141
}
42+
footerRef.current.id = footerElId.current;
4243

4344
footerInitialized.current = true;
4445
counter += 1;

src/shared/containers/EDU/styles/home.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
flex: 1;
66
flex-direction: column;
77
width: 100%;
8+
overflow: hidden;
89

910
.bannerContainer {
1011
background-image: linear-gradient(98.81deg, #8b41b0 0%, #ef476f 100%);

src/shared/containers/TopcoderHeader/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const TopcoderHeader = ({ auth }) => {
5858
if (uniNavInitialized.current) {
5959
return;
6060
}
61+
headerRef.current.id = headerElId.current;
6162

6263
uniNavInitialized.current = true;
6364
counter += 1;

0 commit comments

Comments
 (0)