fix wrapper styling

This commit is contained in:
Connor Turland 2016-12-19 14:23:07 -05:00
parent b6d8a2f568
commit c9380948e7

View file

@ -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);