Fix #4214: Screenreader improve hidden accessible

pull/7037/head
melloware 2025-01-01 10:38:02 -05:00
parent e630a39d50
commit 96cfc97671
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')};