fix: estilização linha
This commit is contained in:
parent
4849b1d7e5
commit
135c0b3282
|
|
@ -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) => (
|
||||
|
|
|
|||
Loading…
Reference in New Issue