This commit is contained in:
parent
d86ac6f31b
commit
0edfe24a85
|
@ -24,10 +24,15 @@ onUnmounted(() => {
|
|||
</slot>
|
||||
</QToolbar>
|
||||
</template>
|
||||
<style scoped>
|
||||
<style lang="scss" scoped>
|
||||
.sticky {
|
||||
position: sticky;
|
||||
top: 60px;
|
||||
top: 62px;
|
||||
z-index: 1;
|
||||
}
|
||||
@media (max-width: $breakpoint-xs) {
|
||||
.sticky {
|
||||
top: 90px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue