Skip to content

Commit cad8fa5

Browse files
committed
Make support button fixed on screen for scrolling
1 parent 14abf8b commit cad8fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/views/SubmissionPortal/Components/SubmissionList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default defineComponent({
110110
color="primary"
111111
large
112112
class="mr-0"
113-
style="transform:translateY(-50%) rotate(-90deg); right: -50px; top: 50%; position: absolute; z-index: 100;"
113+
style="transform:translateY(-50%) rotate(-90deg); right: -50px; top: 50%; position: fixed; z-index: 100;"
114114
v-bind="attrs"
115115
v-on="on"
116116
>

0 commit comments

Comments
 (0)