fix: layout for form scroll to top

This commit is contained in:
Shivam Mishra 2020-08-31 16:39:59 +05:30
parent 17e41bf81f
commit 0fd7eef557

View file

@ -258,8 +258,12 @@
margin-bottom: 0;
}
.scroll-to-top {
position: absolute;
height: 28px;
right: 0;
.form-footer {
position: relative;
.scroll-to-top {
position: absolute;
height: 28px;
right: 0;
}
}