flask/docs/_static/scrolltop.css
2025-07-31 18:46:49 +00:00

15 lines
285 B
CSS

#scrollToTop {
position: fixed;
top: 20px;
right: 20px;
background-color: #5EABD6;
color: white;
border: none;
padding: 10px 15px;
border-radius: 5px;
font-size: 14px;
cursor: pointer;
z-index: 1000;
display: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}