Fix footer

This commit is contained in:
samaradel
2020-11-22 18:14:20 +02:00
parent 29ae3c816a
commit eb97a7e67b
5 changed files with 78 additions and 55 deletions

View File

@@ -200,7 +200,7 @@ export default {
headerHeight: 0,
isOpen: false,
search: "",
open: false
open: false,
};
},
@@ -248,4 +248,8 @@ input:focus,
button:focus {
outline: 0;
}
.inset-0 {
z-index: 999;
}
</style>