Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Falls back to <code>useId</code> when not provided.</p>
<tr>
<td>style</td>
<td><p>CSS properties.</p>
<p>⚠️ The following styles cannot be overridden: <code>display</code>, <code>flex-direction</code>, <code>flex-wrap</code>, and <code>overflow</code>.</p>
<p>⚠️ The default inline styles cannot be overridden, except for <a href="https://react-resizable-panels.vercel.app/examples/overflow">overflow</a>.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -223,7 +223,7 @@ Falls back to <code>useId</code> when not provided.</p>
<tr>
<td>style</td>
<td><p>CSS properties.</p>
<p>⚠️ Style is applied to nested <code>HTMLDivElement</code> to avoid styles that interfere with Flex layout.</p>
<p>⚠️ The default inline styles cannot be overridden, except for <a href="https://react-resizable-panels.vercel.app/examples/overflow">overflow</a>.</p>
</td>
</tr>
<tr>
Expand Down