From ffbd3ccc2ad533a48fd31ac88b0e1404819cc4b7 Mon Sep 17 00:00:00 2001 From: Stefano Pogliani Date: Wed, 21 Feb 2018 22:34:32 +0000 Subject: Fix card shadow to cover the full page. --- client/components/boards/boardBody.styl | 9 ++++++--- client/components/main/header.styl | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/client/components/boards/boardBody.styl b/client/components/boards/boardBody.styl index f5ecc08e..359aaf96 100644 --- a/client/components/boards/boardBody.styl +++ b/client/components/boards/boardBody.styl @@ -1,8 +1,11 @@ @import 'nib' position() - if arguments[0] == cover - position: absolute + if arguments[0] == cover || arguments[0] == fixed-cover + if arguments[0] == cover + position: absolute + else + position: fixed left: 0 right: 0 top: 0 @@ -30,7 +33,7 @@ position() overflow-y: hidden .board-overlay - position: cover + position: fixed-cover top: -100px right: -400px background: black diff --git a/client/components/main/header.styl b/client/components/main/header.styl index 4abc1d55..7993ce6a 100644 --- a/client/components/main/header.styl +++ b/client/components/main/header.styl @@ -4,6 +4,7 @@ color: white transition: background-color 0.4s background: #2980B9 + z-index: 17 #header-main-bar height: 40px @@ -99,6 +100,7 @@ height: 28px font-size: 12px display: flex + z-index: 17 #header-user-bar, #header-new-board-icon, -- cgit v1.2.3-1-g7c22 From 1ec5e90706ed99a5258d23615fce91ff854dfd57 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 22 Feb 2018 02:23:34 +0200 Subject: Fix card shadow to cover the full page. Thanks to stefano-pogliani ! --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bae500..7c322500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Upcoming Wekan release -[Snap updates](https://github.com/wekan/wekan/pull/1495): +This release adds following [Snap updates](https://github.com/wekan/wekan/pull/1495): - cleanup of snap helper scripts - cleanup and snapctl settings handling @@ -11,7 +11,11 @@ - adding optional caddy service support ( by default caddy service is disabled), it can be enabled by calling: snap set wekan caddy-enabled=true -Thanks to GitHub user kubiko for contributions. +and fixes the following bugs: + +- [Fix: card-shadow no longer covered the page if you scroll down](https://github.com/wekan/wekan/pull/1496). + +Thanks to GitHub users kubiko and stefano-pogliani for their contributions. # v0.76 2018-02-21 Wekan release -- cgit v1.2.3-1-g7c22