🚨 Removing linter warnings

This commit is contained in:
Liyas Thomas
2019-09-09 14:22:17 +05:30
parent 28068fb5d5
commit 268748f85f
3 changed files with 4 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
<style scoped>
.modal-mask {
position: fixed;
z-index: 9;
z-index: 998;
top: 0;
left: 0;
width: 100%;
@@ -47,17 +47,13 @@
flex-grow: 1;
flex-direction: column;
margin: 8px;
padding: 16px;
padding: 12px;
transition: all 0.2s ease;
background-color: var(--bg-color);
border: 2px solid var(--ac-color);
border-radius: 4px;
}
.modal-body {
margin: 8px 0;
}
/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled