Fix bug: Fixed chat width on mobile
This commit is contained in:
parent
fd455d548f
commit
71e7792db7
@ -9,7 +9,7 @@
|
||||
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0, 1), box-shadow 0.5s cubic-bezier(0.55, 0, 0, 1);
|
||||
transition: transform 0.5s cubic-bezier(0.55, 0, 0, 1), box-shadow 0.5s cubic-bezier(0.55, 0, 0, 1);
|
||||
width: 360px;
|
||||
z-index: 2;
|
||||
z-index: 3;
|
||||
|
||||
&.show {
|
||||
-ms-transform: none;
|
||||
@ -19,7 +19,7 @@
|
||||
}
|
||||
|
||||
@media (max-width: 575.98px) {
|
||||
.chat {
|
||||
&.show {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user