fix backdrop-filter on safari; add missing preventDefault
This commit is contained in:
@@ -25,6 +25,7 @@ export default defineComponent({
|
||||
}
|
||||
if (e.keyCode === 27) {
|
||||
this.showHelp = false;
|
||||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
return {
|
||||
|
||||
@@ -20,6 +20,7 @@ export default defineComponent({
|
||||
z-index: 1;
|
||||
padding: 0;
|
||||
backdrop-filter: blur(4px);
|
||||
-webkit-backdrop-filter: blur(4px);
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user