devins right shouldnt push straight to develop

This commit is contained in:
Connor Turland 2017-03-22 17:04:18 +00:00
parent 2cae12e1ab
commit af4dc869c0

View file

@ -98,21 +98,21 @@
top: 72px;
}
#chat-box-wrapper {
height: 100%;
float: right;
}
.chat-box {
position: relative;
display: flex;
flex-direction: column;
position: absolute;
right: 0;
z-index: 1;
width: 300px;
height: 100%;
background: #424242;
box-shadow: -8px 0px 16px 2px rgba(0, 0, 0, 0.23);
.chat-panel {
width: 300px;
display: flex;
flex-direction: column;
height: 100%;
}
.chat-button {
position: absolute;
top: 50%;