Skip to content
Snippets Groups Projects
Commit 0da3a9c8 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #2902310 by kiruba karan, Yogesh Pawar, nyph1337, Purencool, droplet,...

Issue #2902310 by kiruba karan, Yogesh Pawar, nyph1337, Purencool, droplet, Eric115, xjm, if-jds: Add bottom padding to off-canvas dialog
parent 2302f59b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -30,7 +30,7 @@
/* Wrap the form that's inside the off-canvas dialog. */
.ui-dialog-off-canvas #drupal-off-canvas {
padding: 0 20px;
padding: 0 20px 20px;
/* Prevent horizontal scrollbar. */
overflow-x: hidden;
overflow-y: auto;
......
......@@ -30,7 +30,7 @@
/* Wrap the form that's inside the off-canvas dialog. */
.ui-dialog-off-canvas #drupal-off-canvas {
padding: 0 20px;
padding: 0 20px 20px;
/* Prevent horizontal scrollbar. */
overflow-x: hidden;
overflow-y: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment