Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Submenu appears with a scrollbar #124

Closed
Kiyozz opened this issue Jan 20, 2021 · 1 comment · Fixed by #148
Closed

Submenu appears with a scrollbar #124

Kiyozz opened this issue Jan 20, 2021 · 1 comment · Fixed by #148

Comments

@Kiyozz
Copy link
Contributor

Kiyozz commented Jan 20, 2021

Describe the bug

See the gif below

Isw7jdT9vI

When you open a submenu, the menu appear at right but in a scrollbar (possible overflow problem)

To Reproduce
Steps to reproduce the behavior:

  1. Disable all application css
  2. Open a submenu

You can use my project PCA - branch 79-titlebar using pnpm, pnpm i --shamefully-hoist, pnpm dev (node@^14.15)

Expected behavior
Submenu appear next to the menu item

Desktop (please complete the following information):

  • OS: Windows 10 2004
  • Electron version 11.2.0
  • Node Version 12.18.4 (node version from electron 11.2.0)
@Kiyozz Kiyozz changed the title Submenu appear with a scrollbar Submenu appears with a scrollbar Jan 20, 2021
@ghostrider-05
Copy link

Can confirm this bug, I fixed it temporarily by adding this line to a css file. As far as I can tell, it seems nothing else is affected by this change.

  .menubar-menu-container{
    overflow-y: visible !important;
  }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants