ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

BUG: cant click "Home" link. #99

Closed xoxoj closed 5 years ago

xoxoj commented 5 years ago

What version of Laravel are you using? (nothing lower than v5.4).

5.8

is it an issue related to installation or usage ?

YES

what is the error you are getting ?

When I want to try to click the "Home" button, there is no effect, the "Close" button in the lower right corner is the same. No effect. (full browser size)

However, when I switch the browser to mobile browsing, I can click.

Extra Info "attaching a screen shot would be very helpful"

999

Do You Know A Solution For this Issue ?

...

onipp commented 5 years ago

the bug can be fixed by adding "position: relative" style to li elements of breadcrumbs in desktop version

ctf0 commented 5 years ago

@onipp can u make a PR with the fix ?

onipp commented 5 years ago

done

ctf0 commented 5 years ago

@xoxoj @dee22 plz apply the fix to ur setup and reply back if it didnt work