Skip to content
Snippets Groups Projects
Commit a283be62 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Fix le scroll vertical de la partie cas type pour les écrans entre md et lg

parent 377b8bb1
Branches
Tags
1 merge request!47UI layout et scroll vertical
......@@ -810,7 +810,9 @@
</h1>
</div>
<!-- Cas types avec leur waterfall -->
<div class="lg:h-[calc(100vh-13rem)] lg:overflow-y-auto px-6 lg:px-10">
<div
class="md:h-[calc(100vh-15rem)] lg:h-[calc(100vh-13rem)] md:overflow-y-auto px-6 lg:px-10"
>
<TestCasesPane
date={$date}
{editionMode}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment