Daniish
asked on
Turning off InfoWindow scrollbar in CSS
Hello,
I'm trying to turn off the default (right-hand side) scrollbar for the infowindow, which i'm told is usually configured within CSS. My CSS only has the following reference to the InfoWindow:
#infowindow {
font-size:10pt;
min-height: 100%;
color: #2E2E2E;
}
.iwstyle {font-size:10pt;}
So what is it that i'm missing?
www.globexposure.net/index.php
Please note that i have added a custom scrollbar for a div that i have placed within the InfoWindow, and this i wish to preserve.
Many thanks
style.css.txt
I'm trying to turn off the default (right-hand side) scrollbar for the infowindow, which i'm told is usually configured within CSS. My CSS only has the following reference to the InfoWindow:
#infowindow {
font-size:10pt;
min-height: 100%;
color: #2E2E2E;
}
.iwstyle {font-size:10pt;}
So what is it that i'm missing?
www.globexposure.net/index.php
Please note that i have added a custom scrollbar for a div that i have placed within the InfoWindow, and this i wish to preserve.
Many thanks
style.css.txt
also note that although this works, it sometimes doesnt work in browsers when viewing the files locally - only once uploaded... strange I know
ASKER
From what you've said, i thought perhaps
overflow: hidden;
..might work but it didn't. Please see the attached screenshot - i'm trying to remove the scrollbar on the right.
IW-scrollbar.JPG
overflow: hidden;
..might work but it didn't. Please see the attached screenshot - i'm trying to remove the scrollbar on the right.
IW-scrollbar.JPG
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
try
Open in new window