Added preview bar with the sponsors

This commit is contained in:
Ajay Ramachandran
2019-08-12 19:34:44 -04:00
parent 640ad58c65
commit 5feed6bfcc
4 changed files with 113 additions and 0 deletions

View File

@@ -1,3 +1,21 @@
#previewbar {
overflow: visible;
padding: 0;
margin: 0;
position: absolute;
width: 100%;
pointer-events: none;
height: 100%;
transform: scaleY(0.6) translateY(-30%) translateY(1.5px);
z-index: 40;
}
.previewbar {
display: inline-block;
height: 100%;
}
.popup {
z-index: 10;
width: 100%;