chore: add `scree-only` also to `On this page` button/menu

pull/3123/head
userquin 2 years ago
parent a9011b3a82
commit 48ae652d86

@ -23,7 +23,7 @@ onContentUpdated(() => {
</script>
<template>
<div class="VPDocOutlineDropdown" v-if="headers.length > 0">
<div v-if="headers.length > 0" class="VPDocOutlineDropdown" :class="{ 'screen-only': frontmatter.navbar === false }">
<button @click="open = !open" :class="{ open }">
{{ resolveTitle(theme) }}
<VPIconChevronRight class="icon" />

Loading…
Cancel
Save