Remove pointer-events CSS.
rodzic
1f9b579ecd
commit
a1f9f11ba8
|
@ -126,7 +126,6 @@ ul.navbar li:last-child {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
pointer-events: none;
|
|
||||||
background-color: rgba(0, 0, 0, 0.75);
|
background-color: rgba(0, 0, 0, 0.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -135,7 +134,6 @@ ul.navbar li:last-child {
|
||||||
color: white;
|
color: white;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
max-width: 50em;
|
max-width: 50em;
|
||||||
pointer-events: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-error div p:first-child {
|
.page-error div p:first-child {
|
||||||
|
|
Ładowanie…
Reference in New Issue