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> </section>
<hr> <hr>
<section> <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 <div
hx-get="http://localhost:1337/api/articles?populate=couverture" hx-get="http://localhost:1337/api/articles?populate=couverture"
hx-trigger="load" hx-trigger="load"