From 50b6f6703622376c8928946feeefb0b95e1d18e7 Mon Sep 17 00:00:00 2001 From: Bram Wiepjes <bramw@protonmail.com> Date: Fri, 30 Aug 2019 12:28:18 +0200 Subject: [PATCH] pleased style linter --- web-frontend/assets/scss/components/views/_grid-s.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web-frontend/assets/scss/components/views/_grid-s.scss b/web-frontend/assets/scss/components/views/_grid-s.scss index 208ddf965..bb46112bb 100644 --- a/web-frontend/assets/scss/components/views/_grid-s.scss +++ b/web-frontend/assets/scss/components/views/_grid-s.scss @@ -1,5 +1,6 @@ .grid-view-s { @include absolute(0); + overflow: hidden; } @@ -11,6 +12,7 @@ .grid-view-s-scroll { @include absolute(0); + overflow: hidden; } @@ -18,7 +20,6 @@ position: sticky; top: 0; z-index: 2; - height: 33px; background-color: $color-neutral-50; border-bottom: 1px solid $color-neutral-200; @@ -29,7 +30,7 @@ z-index: 1; min-height: calc(100% - 33px - 48px); - &:after { + &::after { content: ""; display: block; height: 100px; @@ -41,13 +42,11 @@ position: sticky; bottom: 0; z-index: 2; - height: 48px; background-color: $color-neutral-50; border-top: 1px solid $color-neutral-200; } - // The divider has not left property because the width of the left column can be // adjusted that is why it is specified in the html file. .grid-view-s-divider { @@ -98,7 +97,6 @@ } } - .grid-view-s-foot-info { padding: 10px; }