Skip to content

Commit

Permalink
fix(Viewer): Remove vertical scrollbar in info panel when not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Dec 12, 2023
1 parent 749711c commit 86715e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/Viewer/components/InformationPanel.jsx
Expand Up @@ -12,7 +12,7 @@ const styles = {

const InformationPanel = ({ children }) => {
return (
<div style={styles.panel} className="u-h-100 u-ov-scroll">
<div style={styles.panel} className="u-h-100 u-ov-auto">
{children}
</div>
)
Expand Down

0 comments on commit 86715e1

Please sign in to comment.