We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26e94e commit a899320Copy full SHA for a899320
resources/assets/css/browserspecific.css
@@ -0,0 +1,7 @@
1
+/* fix for never ending popups on ios */
2
+@supports (-webkit-overflow-scrolling: touch) {
3
+ /* CSS specific to iOS devices */
4
+ body {
5
+ cursor: pointer;
6
+ }
7
+}
resources/assets/sass/lara.scss
@@ -10,3 +10,4 @@
10
@import "../css/monthViewResponsive.css";
11
@import "../css/palette.css";
12
@import "../css/templateManagement/templateManagement.css";
13
+@import "../css/browserspecific.css";
0 commit comments