Commit e93b1d9c by sujata

header chnage

1 parent c05c9c69
...@@ -7,7 +7,7 @@ const GoogleMap = () => { ...@@ -7,7 +7,7 @@ const GoogleMap = () => {
<iframe <iframe
src="https://www.google.com/maps/d/u/0/embed?mid=1-Y3WcCdJ8YQ9m2K72Fi9VvyxN_Kccc8&ehbc=2E312F&noprof=1" src="https://www.google.com/maps/d/u/0/embed?mid=1-Y3WcCdJ8YQ9m2K72Fi9VvyxN_Kccc8&ehbc=2E312F&noprof=1"
width="100%" width="100%"
height="680" height="480"
style={{ border: 0 }} style={{ border: 0 }}
allowFullScreen allowFullScreen
loading="lazy" loading="lazy"
......
...@@ -10032,6 +10032,7 @@ ul.pagination.custom-pagination { ...@@ -10032,6 +10032,7 @@ ul.pagination.custom-pagination {
} }
.iframe-wrapper { .iframe-wrapper {
position: relative; position: relative;
height: 650px;
} }
.iframe-header-mask { .iframe-header-mask {
...@@ -10039,7 +10040,7 @@ ul.pagination.custom-pagination { ...@@ -10039,7 +10040,7 @@ ul.pagination.custom-pagination {
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 600px; height: 60px;
background-color: white; background-color: white;
z-index: 10; z-index: 10;
pointer-events: none; pointer-events: none;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!