mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-21 12:36:28 +00:00
Merge branch 'master' of https://github.com/seripap/darkwire.io
* 'master' of https://github.com/seripap/darkwire.io: Use fixed position for message input and icon
This commit is contained in:
commit
536ceda50b
@ -189,7 +189,7 @@ input {
|
|||||||
left: 0;
|
left: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/*Fix for inner shadow on iOS*/
|
/*Fix for inner shadow on iOS*/
|
||||||
@ -198,7 +198,7 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat #input-icons {
|
.chat #input-icons {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user