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%; - } - + + +