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 14d4304 commit cb965d4Copy full SHA for cb965d4
packages/app/src/app/components/ContextMenu/index.tsx
@@ -228,10 +228,13 @@ export class ContextMenu extends React.PureComponent<Props, State> {
228
style={{
229
left: left
230
? x
231
- : x - (typeof width === 'string' ? 0 : width),
+ : x - (typeof width === 'string' ? 194 : width),
232
top: down
233
? y
234
- : y - (typeof height === 'string' ? 0 : height),
+ : y -
235
+ (typeof height === 'string'
236
+ ? items.length * 81
237
+ : height),
238
opacity,
239
height,
240
}}
0 commit comments