[explorev2] using a loader to load the explorev2 specific css (#1843)

This commit is contained in:
Maxime Beauchemin
2016-12-14 18:31:50 -08:00
committed by GitHub
parent 6aaa49f0bf
commit 733ab8014b
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
.scrollbar-container {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}
.scrollbar-content {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
overflow: scroll;
margin-right: 0px;
margin-bottom: 100px;
}
.fave-unfave-icon, .edit-desc-icon {
padding: 0 0 0 .5em;
font-size: 14px;
}