google-code-export / minimalist-google-calendar

Automatically exported from code.google.com/p/minimalist-google-calendar
1 stars 0 forks source link

Enhancement: Stop full-window scrolling (fix body) #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which Minimalist for Google Calendar option is causing the problem?

Feature request.  The whole window (including everything) is scrolling up and 
down, but it is useless as everything is contained in the window anyway.  
Taking out the extra lines at the end, or mabey just shrinking the calendar 
window about 10-20px would make it fit in the screen, and stop the pointless 
(annoying) scrolling.

What is the problem? Describe completely:

Chrome version         - 11.0.672.2 (latest)
Chrome update channel  - dev
Operating System       - win7 x64
Language               - english
Google apps user?      - nope
Other GCal extensions  - nope

Please provide any additional information below and attach screenshots if
possible.

Original issue reported on code.google.com by wavemast...@gmail.com on 21 Feb 2011 at 6:02

Attachments:

GoogleCodeExporter commented 9 years ago
1) Hmm, it definitely shouldn't be doing that. Does it happen with MinGcal 
turned off too?

2) You can turn off those tips at the bottom in Google Calendar Settings.

3) Does putting this is the Custom CSS box help at all? 

html { overflow: hidden !important; }

It should at least hide the scrollbar.

Original comment by anst...@gmail.com on 21 Feb 2011 at 6:49

GoogleCodeExporter commented 9 years ago
The scrollbar is gone, but it still scrolls with arrow keys or the mouse wheel. 
 It still happens with MGcal off, but I'm now noticing (with the tips bar off) 
a glitching along the bottom bar.  See screenshot.

Original comment by wavemast...@gmail.com on 21 Feb 2011 at 7:08

Attachments:

GoogleCodeExporter commented 9 years ago
That is VERY odd. I've never seen anything like that...

Try this:

html, html > body { overflow: hidden !important; }

Original comment by anst...@gmail.com on 21 Feb 2011 at 7:12

GoogleCodeExporter commented 9 years ago
That fixed the artifacting, but it's still scrolling with blank space at the 
bottom.  Is anybody else noticing the extra space, or is that just me?

Original comment by wavemast...@gmail.com on 22 Feb 2011 at 5:36

GoogleCodeExporter commented 9 years ago
I've never seen it before and nobody else has mentioned it. I don't know what 
could be causing it.

Original comment by anst...@gmail.com on 22 Feb 2011 at 6:08

GoogleCodeExporter commented 9 years ago
Solved - was being caused by a conflict with the extension SmoothScroll.  
https://chrome.google.com/webstore/detail/cccpiddacjljmfbbgeimpelpndgpoknn
Simple to add an exception in the extension settings - sorry to bother you guys 
with it!  Not sure if that's something to add to the documentation.

Original comment by wavemast...@gmail.com on 22 Feb 2011 at 6:21

GoogleCodeExporter commented 9 years ago
aha! Glad you figured it out.

Original comment by anst...@gmail.com on 22 Feb 2011 at 6:26