laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

Select dropdown position relative to element scroll #282

Closed Cactusx09 closed 4 years ago

Cactusx09 commented 4 years ago

This is a feature request.

Prerequisites

Description

Can we add some CoreSelect property that should indicate parent scroll container? Dropdown position now relative to document scrollbar https://i.imgur.com/xxwVTiF.jpg It's dropdown in small modal https://i.imgur.com/V6pkFLG.jpg

Or maybe select dropdown positioning should be implemented just like Datepicker dropdown? https://i.imgur.com/OKzUIkW.jpg

aocneanu commented 4 years ago

To make it work propery in a modal you should add overflow: visible; to .modal-content