From 272cf3f9d517cbda3f587e9950741867f6055ca0 Mon Sep 17 00:00:00 2001 From: magsyg Date: Tue, 17 Dec 2024 15:42:00 +0100 Subject: [PATCH] fix header overflow --- 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;