Skip to content

Commit

Permalink
removing unecessary scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
monicakochofar committed Sep 21, 2023
1 parent 2917cce commit caaa57b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion app_vue/src/assets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ li {
align-items: center;
list-style: none;
margin: 16px 0;
}
}

html {
overflow-y: hidden;
}
2 changes: 1 addition & 1 deletion app_vue/src/components/sensorMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
:deep .leaflet-popup-content-wrapper {
width: 300px;
height: 300px;
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
@include smallScreens {
Expand Down

0 comments on commit caaa57b

Please sign in to comment.