File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
stylesheets/styles/blocks Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 616616 countlyVue . container . dataMixin ( {
617617 "externalMainMenuOptions" : "/sidebar/menu/main" ,
618618 "otherMenuOptions" : "/sidebar/menu/other" ,
619- "customSidebarComponents" : "/sidebar/custom" ,
620619 } )
621620 ] ,
622621 components : {
Original file line number Diff line number Diff line change 894894 self . vm = new Vue ( {
895895 el : el ,
896896 store : _vuex . getGlobalStore ( ) ,
897+ mixins : [
898+ countlyVue . container . dataMixin ( {
899+ "customOverlayComponents" : "/overlay/custom" ,
900+ } )
901+ ] ,
897902 components : {
898903 DummyCompAPI : DummyCompAPI ,
899904 MainView : self . component ,
900905 GenericPopups : GenericPopupsView ,
901- QuickstartPopover : QuickstartPopoverView ,
906+ QuickstartPopover : QuickstartPopoverView
902907 } ,
903908 template : '<div>\
904909 <MainView></MainView>\
905910 <GenericPopups></GenericPopups>\
906911 <DummyCompAPI></DummyCompAPI>\
907912 <QuickstartPopover></QuickstartPopover>\
913+ <component v-if="customOverlayComponents" v-for="customComponent in customOverlayComponents" :key="customComponent.name" :is="customComponent.component" />\
908914 </div>' ,
909915 beforeCreate : function ( ) {
910916 this . $route . params = self . params ;
Original file line number Diff line number Diff line change 6767 </ a >
6868 </ div >
6969 </ transition >
70-
71- < component
72- v-if ="customSidebarComponents "
73- v-for ="customComponent in customSidebarComponents "
74- :key ="customComponent.name "
75- :is ="customComponent.component " />
7670</ div >
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ $bg-color: #24292e;
88 left : 0 ;
99 height : 100% ;
1010 user-select : none ;
11+ z-index : 2000 ;
1112 color : map .get (c .$colors , " warm-gray-40" );
1213}
1314
@@ -141,6 +142,7 @@ $bg-color: #24292e;
141142 box-sizing : border-box ;
142143 height : 100% ;
143144 overflow : hidden ;
145+ z-index : 2004 ;
144146 position : relative ;
145147
146148 /* .cly-vue-sidebar__menu--with-banner */
You can’t perform that action at this time.
0 commit comments