Skip to content

Commit 18d38c6

Browse files
author
Rajitha Allamsetty
committed
[FIX] Fixed the multiple upward arrorw
1 parent b9c9bd7 commit 18d38c6

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

src/index.html

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,25 +1966,6 @@ <h2 id="footer-faq-title" class="h2 section-title" style="color:#e2e8f0; text-al
19661966
}
19671967
});
19681968
</script>
1969-
<a href="./index.html" style="
1970-
position: fixed;
1971-
bottom: 30px;
1972-
left: 30px;
1973-
background-color: #007BFF;
1974-
color: white;
1975-
border-radius: 50%;
1976-
width: 50px;
1977-
height: 50px;
1978-
display: flex;
1979-
align-items: center;
1980-
justify-content: center;
1981-
text-decoration: none;
1982-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
1983-
z-index: 999;
1984-
transition: background-color 0.3s;
1985-
" onmouseover="this.style.backgroundColor='#0056b3'" onmouseout="this.style.backgroundColor='#007BFF'">
1986-
<ion-icon name="chevron-up-outline" style="font-size: 24px;"></ion-icon>
1987-
</a>
19881969

19891970
<!-- Scroll Buttons -->
19901971
<button id="scrollTopBtn" style="
@@ -2074,7 +2055,7 @@ <h2 id="footer-faq-title" class="h2 section-title" style="color:#e2e8f0; text-al
20742055
</script>
20752056

20762057

2077-
<button id="scrollTop" style="position:fixed;bottom:20px;right:20px;display:none;width:50px;height:50px;border:none;border-radius:50%;background:#007bff;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,0.3);transition:0.3s;"></button>
2058+
20782059

20792060
<script>
20802061
const btn = document.getElementById('scrollTop');

0 commit comments

Comments
 (0)