Merge pull request #7037 from melloware/PV4214

Fix #4214: Screenreader improve hidden accessible
pull/7055/head
Tuğçe Küçükoğlu 2025-01-07 11:47:07 +03:00 committed by GitHub
commit 0911e53973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 5 deletions

View File

@ -131,17 +131,15 @@ const css = ({ dt }) => `
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
white-space: nowrap;
width: 1px;
}
.p-hidden-accessible input,
.p-hidden-accessible select {
transform: scale(0);
}
.p-overflow-hidden {
overflow: hidden;
padding-right: ${dt('scrollbar.width')};