Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#backtotop {
border-right: none;
float: right;
/*margin-top: -1px;*/
}
#backtotop button {
height: 20px;
}
#backtotop .wds-button {
padding: 0 7px;
font-size: 11px
}
#BackToTopBtn div {
border-radius: 100%;
bottom: 3%;
box-sizing: border-box;
cursor: pointer;
height: 50px;
padding: 13px;
position: fixed;
text-align: center;
width: 50px;
z-index: 5000102;
}
#BackToTopBtn div svg {
display: block;
fill: currentColor;
transform: scaleY(-1);
}