nextcloud/nextcloud.com

Horizontal scrollbar glitch on mobile

Open

#356 opened on Jan 17, 2017

 (3 comments) (0 reactions) (0 assignees)PHP (126 forks)auto 404
bugdesigngood first issue

Repository metrics

Stars
 (215 stars)
PR merge metrics
 (PR metrics pending)

Description

See the scrollbar and overlapping box here: capture du 2017-01-17 15-36-05

This is caused by the .jumbotron .toptext .announcement box, and the rule width: calc(100% + 20px * 2); which makes it wider than the viewport.

Contributor guide