Hide mobile-apps only elements on web

This commit is contained in:
Adrien Maston
2025-11-26 10:37:01 +01:00
parent 0e290feaf2
commit bdfdb5bf84
+4
View File
@@ -250,6 +250,10 @@
}
}
.show-in-mobile-app {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none; /* Edge */
scrollbar-width: none; /* FF */