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; animation: Anime 4s ease infinite;
} }
.cute .emote {
z-index: 999;
}
@keyframes Anime { @keyframes Anime {
0% { 0% {
background-position: 0% 50%; background-position: 0% 50%;

View file

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

View file

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