MT#60527 CSC-UI has the APP download button overlapping Dashboard

Adding a style to QList to place it in the right spot

Change-Id: I294890f745dc1a90567b44f7b477c12a26b3ff3e
mr13.0
Nouhaila Idrissi Zouggari 9 months ago
parent f8056e0c76
commit 93cbfb6b6a

@ -1,5 +1,6 @@
<template>
<q-list
class="absolute-bottom"
v-if="appUrlAndroid || appUrlApple"
dense
>

@ -268,3 +268,7 @@ export default {
}
}
</script>
<style lang="sass" rel="stylesheet/sass">
.q-field__suffix
margin: -100px
</style>

Loading…
Cancel
Save