Skip to content

Commit

Permalink
single column popup
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 2, 2023
1 parent eeaf4dd commit 5a05452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/map/sideView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default {
},
computed: {
isLaptopScreen () {
return this.windowHeight <= this.$WINDOW_HEIGHT
return this.windowHeight <= '2000px'
},
currentRange: {
Expand Down Expand Up @@ -252,8 +252,8 @@ export default {
z-index: 401;
display: block;
position: absolute;
left: 100%;
bottom: 8%;
left: 80%;
bottom: 13%;
width: 450px !important;
margin-left: -470px;
height: 85% !important;
Expand Down

0 comments on commit 5a05452

Please sign in to comment.