mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 06:56:38 +00:00
[Accessibility] Add horizontal scroll bar if tooltip box goes outside of panel boundary (#215)
This commit is contained in:
parent
dc56f7e154
commit
1ccffab911
@ -1743,7 +1743,7 @@ input::-webkit-calendar-picker-indicator {
|
||||
padding-right: 34px;
|
||||
color: @BaseDark;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-x: auto;
|
||||
margin: (2 * @MediumSpace) 0px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user