mirror of
https://github.com/apache/superset.git
synced 2026-04-10 11:55:24 +00:00
22 lines
321 B
CSS
22 lines
321 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;
|
|
}
|