@itcase/ui 1.8.167 → 1.8.168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
top: 0;
|
|
9
9
|
right: 0;
|
|
10
10
|
z-index: 1000;
|
|
11
|
+
pointer-events: none;
|
|
11
12
|
@media (--mobile) {
|
|
12
13
|
left: 0;
|
|
13
14
|
top: inherit;
|
|
@@ -35,6 +36,7 @@
|
|
|
35
36
|
}
|
|
36
37
|
.notification__item {
|
|
37
38
|
width: 340px;
|
|
39
|
+
pointer-events: auto;
|
|
38
40
|
&-wrapper {
|
|
39
41
|
position: relative;
|
|
40
42
|
display: flex;
|
|
@@ -79840,6 +79840,7 @@ div.label {
|
|
|
79840
79840
|
top: 0;
|
|
79841
79841
|
right: 0;
|
|
79842
79842
|
z-index: 1000;
|
|
79843
|
+
pointer-events: none;
|
|
79843
79844
|
@media (--mobile) {
|
|
79844
79845
|
left: 0;
|
|
79845
79846
|
top: inherit;
|
|
@@ -79867,6 +79868,7 @@ div.label {
|
|
|
79867
79868
|
}
|
|
79868
79869
|
.notification__item {
|
|
79869
79870
|
width: 340px;
|
|
79871
|
+
pointer-events: auto;
|
|
79870
79872
|
&-wrapper {
|
|
79871
79873
|
position: relative;
|
|
79872
79874
|
display: flex;
|