From 2d68b311a0e3d59caa0f9f995da8750b753de434 Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Thu, 4 Oct 2018 15:27:55 +0200 Subject: [PATCH] fix(client/tabbed): position bottom tab links absolutely Related to #931 --- client/src/app/primitives/Tabbed.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/app/primitives/Tabbed.less b/client/src/app/primitives/Tabbed.less index 8981920594..07f7025860 100644 --- a/client/src/app/primitives/Tabbed.less +++ b/client/src/app/primitives/Tabbed.less @@ -69,6 +69,10 @@ } &.secondary { + position: absolute; + bottom: 0; + margin-bottom: -22px; + z-index: 100; .tab { border-radius: 0 0 2px 2px;