Fixing chat on bottom of the page for mobile devices

This commit is contained in:
Luiza Pagliari 2015-07-03 18:38:46 -03:00
parent 9ccaeb585b
commit 47c4ca9c29
1 changed files with 2 additions and 2 deletions

View File

@ -1109,7 +1109,7 @@ input[type=checkbox] {
vertical-align:top !important;
}
#chaticon {
position:absolute;
position:fixed;
right:48px;
}
.popup {
@ -1138,7 +1138,7 @@ input[type=checkbox] {
line-height: 24px
}
#chatbox{
position:absolute;
position:fixed;
bottom:33px !important;
margin: 65px 0 0 0;
}