mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Fixing chat on bottom of the page for mobile devices
This commit is contained in:
parent
9ccaeb585b
commit
47c4ca9c29
1 changed files with 2 additions and 2 deletions
|
@ -1109,7 +1109,7 @@ input[type=checkbox] {
|
||||||
vertical-align:top !important;
|
vertical-align:top !important;
|
||||||
}
|
}
|
||||||
#chaticon {
|
#chaticon {
|
||||||
position:absolute;
|
position:fixed;
|
||||||
right:48px;
|
right:48px;
|
||||||
}
|
}
|
||||||
.popup {
|
.popup {
|
||||||
|
@ -1138,7 +1138,7 @@ input[type=checkbox] {
|
||||||
line-height: 24px
|
line-height: 24px
|
||||||
}
|
}
|
||||||
#chatbox{
|
#chatbox{
|
||||||
position:absolute;
|
position:fixed;
|
||||||
bottom:33px !important;
|
bottom:33px !important;
|
||||||
margin: 65px 0 0 0;
|
margin: 65px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue