Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

The horizontal scroll bars in stackoverflow get in the way of text

  • 8 respostas
  • 1 tem este problema
  • 3 visualizações
  • Última resposta de aperkins21

more options

using MacOS Firefox Developer 41.0a2 build 20150721004010

using MacOS Firefox Developer 41.0a2 build 20150721004010

Todas as respostas (8)

more options

Is it possible to zoom in and out to see text?

more options

guigs said

Is it possible to zoom in and out to see text?

Yes, zooming out works; the biggest annoyance is for code snippets that are only one line.

more options

Zooming in rather

more options

Can you attach a screenshot?

  • Use a compressed image type like PNG or JPG to save the screenshot
  • Make sure that you do not exceed the maximum size of 1 MB
more options

Screenshot attached of url: http://stackoverflow.com/questions/27748413/why-do-image-tags-work-in-regular-views-but-not-mailer-views

As you can see it only happens when a line extends beyond the width of the pre tag.

more options

It is possible that a "white-space: pre" instead of "white-space: pre-wrap" is used on the website or no white-space property at all.

What kind of element gets selected if you right-click that long text and open the Inspector via Inspect Element?

This could probably be fixed with code in userContent.css or Stylish.

more options

I'm sure it's no consolation that the scroll bar has its own row in Firefox 39 on Windows (screen shot attached).

Is that the default theme?

more options

cor-el said

It is possible that a "white-space: pre" instead of "white-space: pre-wrap" is used on the website or no white-space property at all. What kind of element gets selected if you right-click that long text and open the Inspector via Inspect Element?

I thought it may be a browser issue as it displays correctly in Chrome, maybe there are some internal tweaks that could be applied to mimic Chrome's rendering? It's a pre-tag around a code tag around multiple spans.

jscher2000 said

Is that the default theme?

Yes, both the default FF dev and MacOS theme