Added Scroll Class

This commit is contained in:
2025-03-28 17:04:12 +01:00
parent 95968681ce
commit 7f8efcf32f

View File

@@ -132,4 +132,8 @@ useSeoMeta({
margin-bottom: env(safe-area-inset-bottom, 37px) !important;
/*background-color: grey;*/
}
.scroll {
overflow-y: scroll;
}
</style>