fix: Add visibility to box for viewing menu items (#12153)

* Add visibility to box for viewing menu items

* Add scroll visibility
This commit is contained in:
Victor Malai
2021-01-06 02:05:26 +02:00
committed by GitHub
parent 4149ab4e5e
commit 2bf06d666b

View File

@@ -23,7 +23,7 @@
background-color: @lightest;
position: relative;
padding: 16px;
overflow-y: auto;
overflow-y: visible;
// transitionable traits for when a filter is being actively focused
transition: opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
@@ -116,6 +116,8 @@
.chart-slice {
height: calc(100% - 32px);
overflow: auto;
height: 100%;
}
.dot {