Fix a css bug of Clarity page size selection

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
AllForNothing 2020-10-22 16:48:35 +08:00
parent 8af343f27a
commit ea494af06e

View File

@ -219,3 +219,6 @@ hbr-result-tip-histogram {
clr-header {
background-color: $header-color;
}
.clr-page-size-select {
z-index: 0!important;
}