banner icon indicating copy to clipboard operation
banner copied to clipboard

[Bug]: ->maxContentWidth('full') Causes BannerManagement Menus to Be Outside Visible Area

Open edeoliv opened this issue 1 year ago • 1 comments

What happened?

When setting the content width to full using ->maxContentWidth('full') in the PanelProvider, the Banner Management menus are rendered outside the visible area, making them inaccessible to users.

How to reproduce the bug

1.Configure the PanelProvider to use ->maxContentWidth('full'). 2.Set up the BannerPlugin as described below. 3.Observe that the Banner Management menus are not fully visible.

BannerPlugin::make()
    ->persistsBannersInDatabase()
    ->title(__('Banner Manager'))
    ->subheading(__('Manage your banners'))
    ->navigationIcon('heroicon-o-megaphone')
    ->navigationLabel(__('Banner Management'))
    ->navigationGroup(__('Marketing'))
    ->navigationSort(1)
    ->bannerManagerAccessPermission('banner-manager');

imagen

Package Version

0.0.5

PHP Version

8.3

Laravel Version

11

Which operating systems does with happen with?

No response

Notes

No response

edeoliv avatar Aug 13 '24 14:08 edeoliv

Hey,

Thank you for reporting.

Within your project you'll need to run:

npm run dev or npm run build

Jehizkia avatar Aug 19 '24 10:08 Jehizkia