0

I'm trying to make all content of all websites in my browser to squeeze to screen width by userstylesheets. I'm stuck at making this work: https://developers.google.com/speed/pagespeed/psol

The content doesn't use my browser's horizontal scrollbar making width:100% selector useless. Any other options?

BTW in width:100% I'm assuming it's 100% of it's parent's width. How can I get 100% of screen width?

4

1 回答 1

1

也许尝试摆脱这个

#gc-main {
  overflow: auto;
}
于 2012-11-04T18:57:46.743 回答