Merge pull request #13337 from AllForNothing/clr-bug

Fix a css bug of Clarity page size selection
This commit is contained in:
Will Sun 2020-10-22 17:46:55 +08:00 committed by GitHub
commit 456f893235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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