From 2e79b823ab959af957d38d83b143094073bd7a65 Mon Sep 17 00:00:00 2001 From: Hamutal Cohen Date: Mon, 23 Nov 2015 17:18:54 +0200 Subject: [PATCH] only one scrollbar in info-window --- static/css/accordion.css | 4 ++-- static/css/style.css | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/css/accordion.css b/static/css/accordion.css index dc3fdd73b..a812c88d5 100644 --- a/static/css/accordion.css +++ b/static/css/accordion.css @@ -1,5 +1,5 @@ .accordion-container{ - width: 300px; + width: 100%; margin: 30px 2px 0px 0px; } @@ -111,7 +111,7 @@ .accordion-container input:checked ~ .ac-extra-large{ max-height: 800px; - overflow-y: scroll; + overflow-y: auto; } .accordion-container .fontIcon{ diff --git a/static/css/style.css b/static/css/style.css index 26ded5961..3944e4970 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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);