From a60f365d90927bdb2b309a53d534b6581f637e60 Mon Sep 17 00:00:00 2001 From: "Luis S. Ruisinger" Date: Sat, 18 Jun 2022 18:34:01 +0200 Subject: [PATCH] [WIP]: Adding style to frontend - overflow working - better aesthetics - working responsive container layout - sticky input field for scrolling purposes --- frontend/src/components/ItemModel.vue | 122 ++++++++++++++++++++------ frontend/src/styling/navbar.scss | 2 +- 2 files changed, 98 insertions(+), 26 deletions(-) diff --git a/frontend/src/components/ItemModel.vue b/frontend/src/components/ItemModel.vue index bc9f24c..7474ba9 100644 --- a/frontend/src/components/ItemModel.vue +++ b/frontend/src/components/ItemModel.vue @@ -1,4 +1,5 @@