mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user