11<template >
22 <div >
3-  <Slide  noOverlay  width =" 400" 
3+  <Slide  right  width =" 400" 
44 <router-link  class =" navbar-item" :to =" {name: 'home'}" router-link >
55 <router-link  class =" navbar-item" :to =" {name: 'firstMap'}" router-link >
66 <router-link  class =" navbar-item" :to =" {name: 'changeView'}" router-link >
@@ -37,12 +37,14 @@ import { Slide } from 'vue-burger-menu'
3737 .bm-burger-button  { 
3838 width 1.5em   !important ; 
3939 height 1.5em   !important ; 
40-  left 1em   !important ; 
4140 top 1em   !important ; 
4241 } 
4342 .bm-item-list  a  { 
4443 font-size medium  !important ; 
4544 } 
45+  .bm-overlay  { 
46+  background rgb (255 , 255 , 255 ) !important ; 
47+  } 
4648
4749 @media  (max-width : 1024px  ) { 
4850
@@ -52,12 +54,14 @@ import { Slide } from 'vue-burger-menu'
5254 .bm-burger-button  { 
5355 width 1em   !important ; 
5456 height 1em   !important ; 
55-  left 1em   !important ; 
5657 top 0.5em   !important ; 
5758 } 
5859 .bm-item-list  a  { 
5960 font-size medium  !important ; 
6061 } 
62+  .bm-overlay  { 
63+  background rgb (255 , 255 , 255 ) !important ; 
64+  } 
6165 } 
6266
6367</style >
0 commit comments