We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ac1e7 commit 3902023Copy full SHA for 3902023
src/views/DocumentationTopic.vue
@@ -47,6 +47,7 @@
47
:technology="technology"
48
:is_fetching="isFetching"
49
:references="topicProps.references"
50
+ @close="isSideNavOpen = false"
51
/>
52
</template>
53
</NavigatorDataProvider>
@@ -309,10 +310,7 @@ export default {
309
310
height: 100%;
311
box-sizing: border-box;
312
@include breakpoint(small) {
- position: absolute;
313
- width: 100%;
314
background: var(--color-fill);
315
- z-index: 1;
316
}
317
318
0 commit comments