fixed z index

This commit is contained in:
supertiger 2019-03-10 20:12:49 +00:00
parent 5ba9750cea
commit 9e5cacd102
3 changed files with 6 additions and 3 deletions

View file

@ -87,7 +87,9 @@ export default {
animation: Anime 4s ease infinite;
}
.cute .emote {
z-index: 999;
}
@keyframes Anime {
0% {
background-position: 0% 50%;

View file

@ -45,14 +45,13 @@ export default {
<style scoped>
.logged-in {
color: white;
margin-top: 10px;
z-index: -1;
}
.card{
background-color: rgba(0, 0, 0, 0.041);
padding: 20px;
margin-bottom: 30px;
display: flex;
flex-direction: column;
@ -63,6 +62,7 @@ export default {
justify-content: center;
justify-items: center;
text-align: center;
}
.title {

View file

@ -118,6 +118,7 @@ export default {
display: flex;
flex-direction: column;
height: 100%;
z-index: 0;
}
.new-member{
display: flex;