kdzwinel / DOMListenerExtension

Chrome extension that allows you to monitor, browse and filter all DOM changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrollbars all around

rudiedirkx opened this issue · comments

I have a min font size of 18px. This is what the panel looks like:

screen-domlistener

Do with it what you want.

Sorry for that :/ This overflow: scroll shouldn't probably be there. I'll fix it in a minute.

Dang, you fast.

overflow: scroll is usually a clearfix hack. I didn't see the code, but might be here too. Looks like a lot of floating.

overflow: scroll was causing unnecessary scrollabars to appear. I have missed that because I tested only on OSX (where scrollbars autohide) - my bad :/ overflow: auto should do the trick. I'll push the fix sometime today/tomorrow.

No worries.

The hidden OSX scrollbars are so annoying though! I still can't believe they did that. Anyway.... thanks =)