From 2fba039191e519a35e2c4aff52cc99f9746dbca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=98vre=20Sygard?= <56266980+magsyg@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:36:28 +0100 Subject: [PATCH] fix header overflow (#1648) Co-authored-by: magsyg --- frontend/src/Components/Table/Table.module.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/frontend/src/Components/Table/Table.module.scss b/frontend/src/Components/Table/Table.module.scss index 3c98d8871..afd13d3a6 100644 --- a/frontend/src/Components/Table/Table.module.scss +++ b/frontend/src/Components/Table/Table.module.scss @@ -96,16 +96,13 @@ th { .sortable_th { cursor: pointer; + position: relative; transition: 0.2s; } .sort_icons { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - float: right; - + position: absolute; + right: 0; .icon { background-color: transparent; padding: 2px;