HD3D You can now update UI Tab to v0.1.6. I increased the distance of the back top button from the UI Tab.
composer require itnt/flarum-uitab
If you want to custom the distance yourself ↓ If your are using UI Tab extension at the same time, I highly recommend that you do not use the css below.
@media(max-width: 500px) {
.scroll-up{
bottom: YYYpx !important; /* change YYY to your numbers */
}
}