Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+/* a11y */
2
+.swiper-container .swiper-notification {
3
+  position: absolute;
4
+  left: 0;
5
+  top: 0;
6
+  pointer-events: none;
7
+  opacity: 0;
8
+  z-index: -1000;
9
+}