mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 02:50:46 +00:00
fixed some buttons not showing on mobile
This commit is contained in:
parent
4ea4e63aa3
commit
b4f378613d
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue