Skip to main content
Commonmark migration
Source Link

Taken from this answer, I get following completely filled and unscrollable horizontal scrollbar:

enter image description here

I guess it might be due to following css-rule:

.comment-body { max-width: 630px; overflow: auto; overflow-y: hidden; } 

Because when I manually add overflow-x: hidden; with the chrome dev-console, the scrollbar vanishes.

Additionally when I actually scroll the scrollbar the following happens (color inversion extension disabled):

asd

For reference, I am using Chrome Version 37.0.2062.124 m on Windows 7 with a monitor res of 1680x1050

Taken from this answer, I get following completely filled and unscrollable horizontal scrollbar:

enter image description here

I guess it might be due to following css-rule:

.comment-body { max-width: 630px; overflow: auto; overflow-y: hidden; } 

Because when I manually add overflow-x: hidden; with the chrome dev-console, the scrollbar vanishes.

Additionally when I actually scroll the scrollbar the following happens (color inversion extension disabled):

asd

For reference, I am using Chrome Version 37.0.2062.124 m on Windows 7 with a monitor res of 1680x1050

Taken from this answer, I get following completely filled and unscrollable horizontal scrollbar:

enter image description here

I guess it might be due to following css-rule:

.comment-body { max-width: 630px; overflow: auto; overflow-y: hidden; } 

Because when I manually add overflow-x: hidden; with the chrome dev-console, the scrollbar vanishes.

Additionally when I actually scroll the scrollbar the following happens (color inversion extension disabled):

asd

For reference, I am using Chrome Version 37.0.2062.124 m on Windows 7 with a monitor res of 1680x1050

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Taken from this answerthis answer, I get following completely filled and unscrollable horizontal scrollbar:

enter image description here

I guess it might be due to following css-rule:

.comment-body { max-width: 630px; overflow: auto; overflow-y: hidden; } 

Because when I manually add overflow-x: hidden; with the chrome dev-console, the scrollbar vanishes.

Additionally when I actually scroll the scrollbar the following happens (color inversion extension disabled):

asd

For reference, I am using Chrome Version 37.0.2062.124 m on Windows 7 with a monitor res of 1680x1050

Taken from this answer, I get following completely filled and unscrollable horizontal scrollbar:

enter image description here

I guess it might be due to following css-rule:

.comment-body { max-width: 630px; overflow: auto; overflow-y: hidden; } 

Because when I manually add overflow-x: hidden; with the chrome dev-console, the scrollbar vanishes.

Additionally when I actually scroll the scrollbar the following happens (color inversion extension disabled):

asd

For reference, I am using Chrome Version 37.0.2062.124 m on Windows 7 with a monitor res of 1680x1050

Taken from this answer, I get following completely filled and unscrollable horizontal scrollbar:

enter image description here

I guess it might be due to following css-rule:

.comment-body { max-width: 630px; overflow: auto; overflow-y: hidden; } 

Because when I manually add overflow-x: hidden; with the chrome dev-console, the scrollbar vanishes.

Additionally when I actually scroll the scrollbar the following happens (color inversion extension disabled):

asd

For reference, I am using Chrome Version 37.0.2062.124 m on Windows 7 with a monitor res of 1680x1050

edited tags
Link
Adam Lear StaffMod
  • 161.9k
  • 45
  • 511
  • 697
edited tags
Link
Laura StaffMod
  • 24.3k
  • 4
  • 82
  • 99
Loading
added 174 characters in body
Source Link
Vogel612's Shadow
  • 4.3k
  • 1
  • 24
  • 31
Loading
Source Link
Vogel612's Shadow
  • 4.3k
  • 1
  • 24
  • 31
Loading