mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
* Simplifying the Field interface / logic * Moving ControlLabelWithTooltip where it belongs * Progress * Rename FieldClass->FieldType
28 lines
397 B
CSS
28 lines
397 B
CSS
.scrollbar-container {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.scrollbar-content {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
overflow-y: auto;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.fave-unfave-icon, .edit-desc-icon {
|
|
padding: 0 0 0 .5em;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.checkbox {
|
|
float: left;
|
|
margin-top: 0px;
|
|
margin-right: 3px;
|
|
}
|