feat: improve scrollbars positions of timeline

This commit is contained in:
Björn Fromme
2025-03-18 21:18:33 +01:00
parent 0740bffc3a
commit 5ebc0af24a
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -4,4 +4,5 @@
@import "components/datatable.css";
@import "components/datepicker.css";
@import "components/toast.css";
@import "components/tooltip.css";
@import "components/tooltip.css";
@import "components/timeline.css";
+4
View File
@@ -0,0 +1,4 @@
.scroll-container {
@apply overflow-scroll;
max-height: calc(100vh - 140px);
}
@@ -3,7 +3,7 @@
{% block title %}Einsatzübersicht{% endblock %}
{% block content %}
<div class="overflow-scroll max-h-screen border border-gray-300 mb-16">
<div class="scroll-container border border-gray-300 mb-16">
<table>
<tr class="[&_th]:sticky [&_th]:top-0 [&_th]:z-10">
<th></th>