From a106a595acccf511c6067d0e46d9f781361246f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Mon, 15 Mar 2021 08:29:09 +0100
Subject: [PATCH] =?UTF-8?q?re=20meta#297=20b=C3=B8yningsboksene=20kan=20sc?=
 =?UTF-8?q?rolles=20horisontalt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/Header.vue | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/components/Header.vue b/src/components/Header.vue
index e8fea7d3..275c06c4 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -168,6 +168,10 @@ details[open] summary ~ * {
   animation: open 0.3s ease-in-out;
 }
 
+.inflection {
+  overflow: scroll;
+}
+
 .inflection table {
   border-collapse: collapse;
   margin: 10px;
-- 
GitLab