This commit is contained in:
Mo Bitar
2017-12-23 11:25:08 -06:00
parent 2bc52578e0
commit 0c31668625
14 changed files with 186 additions and 32 deletions

View File

@@ -101,14 +101,14 @@ button:focus {outline:0;}
}
.panel {
position: absolute;
right: 0px;
min-width: 300px;
z-index: 1000;
margin-top: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
border: none;
background-color: white;
position: absolute;
right: 0px;
min-width: 300px;
z-index: 1000;
margin-top: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
border: none;
background-color: white;
}
.panel-right {