Skip to content

Commit

Permalink
only one scrollbar in info-window
Browse files Browse the repository at this point in the history
  • Loading branch information
HamutalCohen3 committed Nov 23, 2015
1 parent 2ed9ea6 commit 2e79b82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions static/css/accordion.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.accordion-container{
width: 300px;
width: 100%;
margin: 30px 2px 0px 0px;
}

Expand Down Expand Up @@ -111,7 +111,7 @@

.accordion-container input:checked ~ .ac-extra-large{
max-height: 800px;
overflow-y: scroll;
overflow-y: auto;
}

.accordion-container .fontIcon{
Expand Down
10 changes: 5 additions & 5 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -628,18 +628,18 @@ textarea.form-control-wide {
}

.marker-info-window{
overflow-y: auto;
overflow-x: hidden;
overflow-y: hidden;
overflow-x: hidden;/*
height: 370px;
width: 340px;
width: 340px;*/
}

.marker-info-window::-webkit-scrollbar{
.gm-style-iw > div::-webkit-scrollbar{
-webkit-appearance: none;
width: 7px;
}

.marker-info-window::-webkit-scrollbar-thumb{
.gm-style-iw > div::-webkit-scrollbar-thumb{
border-radius: 4px;
background-color: rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
Expand Down

0 comments on commit 2e79b82

Please sign in to comment.