Remove pointer-events CSS.

pull/226/head
Atul Varma 2021-09-23 15:50:46 -04:00
rodzic 1f9b579ecd
commit a1f9f11ba8
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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 {