fix wrapper styling
This commit is contained in:
parent
b6d8a2f568
commit
c9380948e7
1 changed files with 4 additions and 1 deletions
|
@ -90,13 +90,16 @@
|
|||
left: 30px;
|
||||
top: 72px;
|
||||
}
|
||||
#chat-box-wrapper {
|
||||
height: 100%;
|
||||
float: right;
|
||||
}
|
||||
.chat-box {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
z-index: 1;
|
||||
width: 300px;
|
||||
float: right;
|
||||
height: 100%;
|
||||
background: #424242;
|
||||
box-shadow: -8px 0px 16px 2px rgba(0, 0, 0, 0.23);
|
||||
|
|
Loading…
Add table
Reference in a new issue