Refactor scrolling and enhance UI accessibility.
Replaced inline JavaScript for scrolling and copy functionality with Angular methods. Introduced `ScrollService` for smooth scroll-to-top functionality and added associated styles. Removed unused `isHomePage` method and cleaned up components for better maintainability.
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<a href="#top" id="scrollupbutton">
|
||||
<a href="#top" id="scroll-up-button">
|
||||
<span></span>
|
||||
<p style="display: none;">Scroll Down</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user