We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875e8a5 commit a53a869Copy full SHA for a53a869
packages/webgal/src/UI/Menu/Options/NormalOption.tsx
@@ -8,7 +8,7 @@ export const NormalOption = (props: any) => {
8
<div className={styles.NormalOption_title}>{props.title}</div>
9
<div
10
className={styles.NormalOption_buttonList}
11
- style={{ width: props.full ? '100%' : 'auto', overflow: 'hidden' }}
+ style={{ width: props.full ? '100%' : 'auto', overflow: props.full ? 'hidden' : undefined }}
12
>
13
{props.children}
14
</div>
0 commit comments