From e020c2631fd815e937381cbbffa599f04329a70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 12 Aug 2019 11:07:08 +0200 Subject: [PATCH] Use server box-sizing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 4 ---- src/App.vue | 14 ++++++-------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/css/style.scss b/css/style.scss index cc1cc0740..46340a55c 100644 --- a/css/style.scss +++ b/css/style.scss @@ -72,10 +72,6 @@ input.input-inline { border-radius: 0; } -#app img { - box-sizing: content-box; -} - #searchbox { display: flex !important; } diff --git a/src/App.vue b/src/App.vue index c32ec049f..57617ece6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -119,12 +119,10 @@ export default { } } - .deck-main { - bottom: 0; - overflow: auto; - position: absolute; - top: 44px; - width: 100%; - } - + + +