Hide mobile-apps only elements on web
This commit is contained in:
@@ -250,6 +250,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.show-in-mobile-app {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hide-scrollbar {
|
||||
-ms-overflow-style: none; /* Edge */
|
||||
scrollbar-width: none; /* FF */
|
||||
|
||||
Reference in New Issue
Block a user