Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20A0B11DC8 for ; Sat, 16 Aug 2014 12:26:19 +0000 (UTC) Received: (qmail 95422 invoked by uid 500); 16 Aug 2014 12:26:18 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 95357 invoked by uid 500); 16 Aug 2014 12:26:18 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 95336 invoked by uid 99); 16 Aug 2014 12:26:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2014 12:26:18 +0000 Date: Sat, 16 Aug 2014 12:26:18 +0000 (UTC) From: "Robert Kowalski (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-2294) OSX: Scrollbar of sidebar shines through the dashboard in a collapsed state MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Robert Kowalski created COUCHDB-2294: ---------------------------------------- Summary: OSX: Scrollbar of sidebar shines through the dashboard in a collapsed state Key: COUCHDB-2294 URL: https://issues.apache.org/jira/browse/COUCHDB-2294 Project: CouchDB Issue Type: Bug Security Level: public (Regular issues) Components: Fauxton Reporter: Robert Kowalski With the default setting for scrollbars on a Mac the scrollbar shines through the dashboard in a collapsed state on Chrome. Video on Cloudup: https://cloudup.com/cCF_TE1Yf6E Will also add the video to the ticket, as it might get deleted on cloudup. There was a hack in 99665a15ac3a1e56259eb7445b9b2e505ac361fc which had to get reverted, as it caused the sidebar not to scroll if the window was too small: {quote} #primary-navbar { /* hack for the scrollbar that shines through from the sidebar */ -webkit-transform: translate3d(0, 0, 0); {quote} -- This message was sent by Atlassian JIRA (v6.2#6252)