Bulma CSS Classes

Bulma CSS class .is-clipped

<div class="container is-clipped">
  <div class="modal">
    <div class="modal-background"></div>
      <div class="modal-content">
         <!-- Any other Bulma elements you want -->
      </div>
    <button class="modal-close is-large" aria-label="close"></button>
  </div>
</div>

Preview

Check .is-clipped in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bulma CSS classes in Helpers category

© 2024 Shuffle. All rights reserved.