atosorigin / crx-bluekiwi-notifications

This is the repo for the unofficial blueKiwi Chrome Extension.
https://chrome.google.com/webstore/detail/bluekiwi-notifier/nmokaddnjebadokcmjfbinphpfkenghp?utm_source=chrome-ntp-icon
1 stars 0 forks source link

popup has vertical scrollbar on first load #14

Open anthonylau opened 11 years ago

anthonylau commented 11 years ago

to replicate, reload the extension and click the popup

greghesp commented 11 years ago

I thought this was made permanent?

.list::-webkit-scrollbar { -webkit-appearance: none; width: 7px; background: #F0F0F0; }

.list::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

anthonylau commented 11 years ago

.list { ... overflow-x: hidden; }

should be hidden

anthonylau commented 11 years ago

There is no problem with my Chrome Stable

greghesp commented 11 years ago

Odd. I still have the scroll bar on Chrome stable on OSX and Windows.