Disable horizontal scroll

This commit is contained in:
2024-03-14 01:11:42 +01:00
parent b98e97c64b
commit 249a9ae6b6
+1 -1
View File
@@ -28,7 +28,7 @@
</section>
<hr>
<section>
<div class="container is-max-widescreen" id="template" hx-boost hx-ext="client-side-templates">
<div class="container is-max-widescreen" id="template" hx-boost hx-ext="client-side-templates" style="overflow-x: hidden;">
<div
hx-get="http://localhost:1337/api/articles?populate=couverture"
hx-trigger="load"