Skip to content

Commit a899320

Browse files
committed
add browser specific workaround
base: twbs/bootstrap#16028 (comment)
1 parent d26e94e commit a899320

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
@import "../css/monthViewResponsive.css";
1111
@import "../css/palette.css";
1212
@import "../css/templateManagement/templateManagement.css";
13+
@import "../css/browserspecific.css";

0 commit comments

Comments
 (0)