Skip to content

Commit e1051c8

Browse files
committed
Select to send panel style fix
1 parent 16446a9 commit e1051c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/NavigationButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<v-sheet color="transparent" style="position: fixed; right: 16px; bottom: 16px; z-index: 99998; align-items: center; justify-content: flex-end;"
2+
<v-sheet color="transparent" style="position: fixed; right: 16px; bottom: 16px; z-index: 200; align-items: center; justify-content: flex-end;"
33
class="d-flex pa-2">
44
<v-flex class="mr-3" shrink style="flex-direction: row;" v-if="scrollOffsetArr && scrollOffsetArr.length > 0">
55
<v-tooltip top :open-on-click="false">

frontend/SelectToSendPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<v-fade-transition>
55
<v-sheet color="transparent" :style="{'position': 'fixed', 'width': $vuetify.breakpoint.smAndDown ? '80%' : '40%',
66
'left': $vuetify.breakpoint.smAndDown ? '16px' : '30%',
7-
'bottom': '16px', 'z-index': 99998, 'align-items': 'center', 'justify-content': $vuetify.breakpoint.smAndDown ? 'flex-start' : 'space-between', 'opacity': loading ? 0.4 : 1}"
7+
'bottom': '16px', 'z-index': 199, 'align-items': 'center', 'justify-content': $vuetify.breakpoint.smAndDown ? 'flex-start' : 'space-between'}"
88
class="d-flex pa-2" v-if="selectedCounts > 0"
99
>
1010
<v-chip label close color="primary" style="margin-right: 24px;"

frontend/SelectToSendPanelFoldMason.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<v-fade-transition>
55
<v-sheet color="transparent" :style="{'position': 'fixed', 'width': $vuetify.breakpoint.smAndDown ? 'fit-content' : '40%',
66
'left': $vuetify.breakpoint.smAndDown ? '16px' : '30%',
7-
'bottom': '16px', 'z-index': 99998, 'align-items': 'center', 'justify-content': $vuetify.breakpoint.smAndDown ? 'flex-start' : 'space-between', 'opacity': loading ? 0.4 : 1}"
7+
'bottom': '16px', 'z-index': 199, 'align-items': 'center', 'justify-content': $vuetify.breakpoint.smAndDown ? 'flex-start' : 'space-between'}"
88
class="d-flex pa-2" v-if="targetIndex >= 0"
99
>
1010
<v-chip label :close="selectedCounts > 0" color="primary" style="margin-right: 24px;"

0 commit comments

Comments
 (0)