fixed some buttons not showing on mobile

This commit is contained in:
supertiger1234 2020-01-17 10:20:53 +00:00
parent 4ea4e63aa3
commit b4f378613d
2 changed files with 2 additions and 0 deletions

View file

@ -156,6 +156,7 @@ export default {
flex-direction: column;
height: 100%;
width: 600px;
overflow: hidden;
}
.tab {
display: flex;

View file

@ -241,6 +241,7 @@ export default {
transition: 0.3s;
user-select: none;
cursor: pointer;
flex-shrink: 0;
}
.survey .button:hover {
background: #02303c;