Title: Multiselect window size
Last modified: June 8, 2020

---

# Multiselect window size

 *  Resolved [AlfaOmega](https://wordpress.org/support/users/alfaomega/)
 * (@alfaomega)
 * [6 years ago](https://wordpress.org/support/topic/multiselect-window-size/)
 * Hi There.
    I’m not sure if this is something that you can help me with.
 * I have a multiselect field, that I’d like to show all of the options in the view
   instead of the scrolling down to see the rest.
 * [https://imgur.com/a/KD6bBfF](https://imgur.com/a/KD6bBfF)
 * Thanks
    -  This topic was modified 6 years ago by [AlfaOmega](https://wordpress.org/support/users/alfaomega/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Luke Carbis](https://wordpress.org/support/users/lukecarbis/)
 * (@lukecarbis)
 * [6 years ago](https://wordpress.org/support/topic/multiselect-window-size/#post-12953596)
 * You might be able to change the way the multi select is displayed with CSS. Try
   adding a “preview” CSS file to your block template. This will only apply the 
   CSS when in the editor. Details here: [https://getblocklab.com/docs/get-started/style-block-lab-custom-blocks/](https://getblocklab.com/docs/get-started/style-block-lab-custom-blocks/)
 *  Thread Starter [AlfaOmega](https://wordpress.org/support/users/alfaomega/)
 * (@alfaomega)
 * [6 years ago](https://wordpress.org/support/topic/multiselect-window-size/#post-12953706)
 * Hi Luke,
    I’ve resolved the issue by adding this:
 *     ```
       div[class^="wp-block-block-lab-"] .block-form .components-select-control__input {
       height:250px !important; }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiselect window size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/block-lab_5c34e8.svg)
 * [Block Lab](https://wordpress.org/plugins/block-lab/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/block-lab/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/block-lab/)
 * [Active Topics](https://wordpress.org/support/plugin/block-lab/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/block-lab/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/block-lab/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [AlfaOmega](https://wordpress.org/support/users/alfaomega/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/multiselect-window-size/#post-12953706)
 * Status: resolved