fix(swipe): z-index on mobile
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/merge
parent
9e7b3a32f6
commit
75237ba505
|
@ -135,16 +135,12 @@ export default defineComponent({
|
|||
<style lang="scss" scoped>
|
||||
.swipe-progress {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: 400; // above selection manager
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
pointer-events: none;
|
||||
|
||||
html.native & {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
&.animate {
|
||||
background-position: center;
|
||||
$progress-inside: radial-gradient(
|
||||
|
|
|
@ -30,7 +30,7 @@ export default defineComponent({
|
|||
// https://codepen.io/nzbin/pen/GGrXbp
|
||||
|
||||
.loading-icon {
|
||||
z-index: 100000;
|
||||
z-index: 100000; // above everything
|
||||
|
||||
.higher {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue