Commit e93b1d9c by sujata

header chnage

1 parent c05c9c69
......@@ -7,7 +7,7 @@ const GoogleMap = () => {
<iframe
src="https://www.google.com/maps/d/u/0/embed?mid=1-Y3WcCdJ8YQ9m2K72Fi9VvyxN_Kccc8&ehbc=2E312F&noprof=1"
width="100%"
height="680"
height="480"
style={{ border: 0 }}
allowFullScreen
loading="lazy"
......
......@@ -10032,6 +10032,7 @@ ul.pagination.custom-pagination {
}
.iframe-wrapper {
position: relative;
height: 650px;
}
.iframe-header-mask {
......@@ -10039,7 +10040,7 @@ ul.pagination.custom-pagination {
top: 0;
left: 0;
width: 100%;
height: 600px;
height: 60px;
background-color: white;
z-index: 10;
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!