Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 382ab2c0
authored
2025-09-30 12:07:32 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
google map heaer remove
1 parent
0f855361
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
11 deletions
container/Contact/GoogleMap.js
styles/styles.css
container/Contact/GoogleMap.js
View file @
382ab2c
...
...
@@ -3,16 +3,19 @@ import React from "react";
const
GoogleMap
=
()
=>
{
return
(
<
div
className
=
"maps my-map-container"
>
<
iframe
src
=
"https://www.google.com/maps/d/u/0/embed?mid=1-Y3WcCdJ8YQ9m2K72Fi9VvyxN_Kccc8&ehbc=2E312F&noprof=1"
width
=
"100%"
height
=
"480"
style
=
{{
border
:
0
}}
allowFullScreen
loading
=
"lazy"
referrerPolicy
=
"no-referrer-when-downgrade"
><
/iframe
>
<
div
className
=
"iframe-wrapper"
>
<
iframe
src
=
"https://www.google.com/maps/d/u/0/embed?mid=1-Y3WcCdJ8YQ9m2K72Fi9VvyxN_Kccc8&ehbc=2E312F&noprof=1"
width
=
"100%"
height
=
"680"
style
=
{{
border
:
0
}}
allowFullScreen
loading
=
"lazy"
referrerPolicy
=
"no-referrer-when-downgrade"
><
/iframe
>
{
/* overlay to hide header */
}
<
div
className
=
"iframe-header-mask"
><
/div
>
<
/div
>
<
/div
>
);
};
...
...
styles/styles.css
View file @
382ab2c
...
...
@@ -10029,4 +10029,18 @@ ul.pagination.custom-pagination {
.variant_cfo_section
.custom-card
:hover
.Description
p
{
color
:
#fff
!important
;
}
\ No newline at end of file
}
.iframe-wrapper
{
position
:
relative
;
}
.iframe-header-mask
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
60px
;
background-color
:
white
;
z-index
:
10
;
pointer-events
:
none
;
}
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment