@grafana/ui: Fix UI issues for cascader button dropdown and query input (#29727)

* Fix broken cascader width

* Remove text cursor in area where it does not affect slate
This commit is contained in:
Ivana Huckova
2020-12-09 19:01:28 +01:00
committed by GitHub
parent f1b3c8ba4b
commit e313c0cea0
2 changed files with 2 additions and 1 deletions

View File

@@ -435,6 +435,8 @@
// React-component cascade fix: vertical alignment issue with Safari
.rc-cascader-menu {
vertical-align: top;
// To fix cascader button width issue in windows + firefox
scrollbar-width: thin;
}
// TODO Experimental