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; flex-direction: column;
height: 100%; height: 100%;
width: 600px; width: 600px;
overflow: hidden;
} }
.tab { .tab {
display: flex; display: flex;

View file

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