verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

Z-Index is wrong on popover for adding blocks, shows below entry title #77

Closed mattbloomfield closed 2 years ago

mattbloomfield commented 2 years ago

Description

When you go to add a new block and you have lots of blocks, the popover that appears sits under some craft-outputted items like the entry title and version selector

image

Steps to reproduce

  1. Add lots of block types to a vizy editor
  2. On an entry page, click to add a block

Would look nicer with lots of blocks if the popover allowed more than three columns. As you can see we are close to overflowing and I don't think it will allow us to scroll image

Additional info

Additional context

engram-design commented 2 years ago

Should be fixed for the next release. To get the fix early, change your verbb/vizy requirement in composer.json to:

"require": {
  "verbb/vizy": "dev-craft-3 as 1.0.7",
  "...": "..."
}

Then run composer update. I'll consider adding a setting to set the number of columns in the blocktype selector.

mattbloomfield commented 2 years ago

Awesome, thanks!

On Tue, Oct 19, 2021 at 5:21 AM Josh Crawford @.***> wrote:

Should be fixed for the next release. To get the fix early, change your verbb/vizy requirement in composer.json to:

"require": { "verbb/vizy": "dev-craft-3 as 1.0.7", "...": "..." }

Then run composer update. I'll consider adding a setting to set the number of columns in the blocktype selector.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/verbb/vizy/issues/77#issuecomment-946624975, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI6XNVWZEB6CZIOLYOU6JULUHVICHANCNFSM5GHF2PCA .

-- Matt Bloomfield 202-631-1482

engram-design commented 2 years ago

Fixed in 1.0.8.