pauladaniel / calendardateselect

Automatically exported from code.google.com/p/calendardateselect
Other
0 stars 0 forks source link

Layering Issues in Firefox for Mac #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Firefox for the mac, uses OS native widgets for scroll bars (and scroll
bars only). As a result the scroll bars get rendered on top of the calendar
if they overlap. Please see the attached pic.

I'm using the latest release version of CDS and Prototype, Mac OS X 10.5.1,
Firefox 2.0.0.11

Thanks.

Original issue reported on code.google.com by andrew.s...@gmail.com on 8 Jan 2008 at 9:44

Attachments:

GoogleCodeExporter commented 8 years ago
fixed by:

diff --git a/public/stylesheets/calendar_date_select/default.css
b/public/stylesheets/calendar_date_select/default.css
index c718383..5d5e553 100644
--- a/public/stylesheets/calendar_date_select/default.css
+++ b/public/stylesheets/calendar_date_select/default.css
@@ -4,6 +4,7 @@
   display:block;
   width:195px;
   z-index: 1000;
+  background:white;
 }
 /* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This
should always be just underneath .calendar_date_select */
 iframe.ie6_blocker {

Original comment by yury.kot...@gmail.com on 7 Sep 2008 at 5:07