mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[explorev2] using a loader to load the explorev2 specific css (#1843)
This commit is contained in:
committed by
GitHub
parent
6aaa49f0bf
commit
733ab8014b
22
superset/assets/javascripts/explorev2/main.css
Normal file
22
superset/assets/javascripts/explorev2/main.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user