Views admin - scrollable forms hide submit button

Created on 19 August 2023, 10 months ago
Updated 23 September 2023, 9 months ago

Problem/Motivation

Views scrollable forms hide submit button

Steps to reproduce

Installed via composer/drush on a fresh drupal:

composer require drupal/bootstrap_barrio; 
drush theme:enable bootstrap_barrio; 
drush config:set system.theme admin bootstrap5 --yes

Go to any view (e.g. content)
Click "add field"
You will not see the "add and configure" fields button

Proposed resolution

Pin the buttons to the bottom of the popup window.

Currently the section ".views-ui-dialog .scroll" is too large and pushes the list of selected modules and submit buttons out the bottom of the popup

Remaining tasks

This is not the right approach but not sure what is.

User interface changes

In the following file:
bootstrap_barrio/css/components/views.css

.views-ui-dialog .scroll {
  max-height: 40vh;
}
✹ Feature request
Status

Closed: works as designed

Version

5.5

Component

Code

Created by

🇿🇊South Africa alabandit

Live updates comments and jobs are added and updated live.
  • views

    Involves, uses, or integrates with views. In Drupal 8 core, use the “VDC” tag instead.

Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024