fix: estilização linha

This commit is contained in:
Alessandro Gonçaalves 2025-11-10 13:09:08 -03:00
parent 4849b1d7e5
commit 135c0b3282
1 changed files with 5 additions and 2 deletions

View File

@ -2815,8 +2815,11 @@ export default function Teste() {
{/* Corpo da descrição com scroll vertical */}
<div
ref={descricaoScrollRef}
className="overflow-y-auto max-h-[500px]"
style={{ scrollbarWidth: 'thin' }}
className="overflow-y-auto max-h-[500px] [&::-webkit-scrollbar]:hidden"
style={{
scrollbarWidth: 'none',
msOverflowStyle: 'none',
}}
onScroll={() => syncScroll('descricao')}
>
{hierarchicalData.map((row, index) => (