Skip to content

Commit 1e281e5

Browse files
authored
fixed: back to top button overlapping with feedback link (#16)
1 parent aff07a2 commit 1e281e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sass/components/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
cursor: pointer;
99
position: fixed;
1010
right: 1rem;
11-
bottom: calc(v.$footer-height-large - v.$back2top-size / 2);
11+
bottom: calc(v.$footer-height-large);
1212
background: #28a745 !important;
1313
color: #b32c22 !important;
1414
padding: 0;

0 commit comments

Comments
 (0)