🚧 fix: OriginalDialog Modal Tooltip and Dropdown Menu Regressions from (#10975, #10952, #11008) (#11023)
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run

* fix: tooltips appear over z-index 100

* fix: tooltips and dropdowns now have xpected behavior again with escape

* fix: query document, not on ref, in case of portaled content, and allows escape to close dialog properly for my files modal

* fix: console warning about improperly passing props
This commit is contained in:
Dustin Healy 2025-12-18 06:28:27 -08:00 committed by GitHub
parent afb67fcf16
commit 1f695e0cdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 200 additions and 339 deletions

View file

@ -2561,7 +2561,7 @@ html {
}
.tooltip {
z-index: 50;
z-index: 150;
cursor: pointer;
border-radius: 0.275rem;
background-color: var(--surface-primary);
@ -2911,10 +2911,10 @@ html {
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.sharepoint-picker-bg{
background-color: #F5F5F5;
.sharepoint-picker-bg {
background-color: #f5f5f5;
}