Skip to content

Commit 3902023

Browse files
author
Dobromir Hristov
committed
fix: merge conflict
1 parent 82ac1e7 commit 3902023

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/views/DocumentationTopic.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
:technology="technology"
4848
:is_fetching="isFetching"
4949
:references="topicProps.references"
50+
@close="isSideNavOpen = false"
5051
/>
5152
</template>
5253
</NavigatorDataProvider>
@@ -309,10 +310,7 @@ export default {
309310
height: 100%;
310311
box-sizing: border-box;
311312
@include breakpoint(small) {
312-
position: absolute;
313-
width: 100%;
314313
background: var(--color-fill);
315-
z-index: 1;
316314
}
317315
}
318316

0 commit comments

Comments
 (0)