From 8138e23e71f5226503af877a6e0d95949ff86cb1 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Thu, 10 Jul 2025 09:12:01 +0200 Subject: [PATCH] set tabulator_row overflow just jor abschlusspruefung to visible --- public/css/Studentenverwaltung.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/Studentenverwaltung.css b/public/css/Studentenverwaltung.css index 0b62e2809..bb2588926 100644 --- a/public/css/Studentenverwaltung.css +++ b/public/css/Studentenverwaltung.css @@ -54,7 +54,7 @@ html { } /* Dropdown AbschlusspruefungList.js */ -.tabulator-row { +.stv-details-abschlusspruefung .tabulator-row { overflow: visible !important; }