flask/docs/_static/scrolltop.css

16 lines
285 B
CSS
Raw Normal View History

#scrollToTop {
position: fixed;
top: 20px;
right: 20px;
background-color: #51a0ce;
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);
}