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; left: 30px;
top: 72px; top: 72px;
} }
#chat-box-wrapper {
height: 100%;
float: right;
}
.chat-box { .chat-box {
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
z-index: 1; z-index: 1;
width: 300px; width: 300px;
float: right;
height: 100%; height: 100%;
background: #424242; background: #424242;
box-shadow: -8px 0px 16px 2px rgba(0, 0, 0, 0.23); box-shadow: -8px 0px 16px 2px rgba(0, 0, 0, 0.23);