diff --git a/themes/material/css/form.css b/themes/material/css/form.css index fdab6e7e8..d05de4554 100644 --- a/themes/material/css/form.css +++ b/themes/material/css/form.css @@ -368,6 +368,7 @@ header.big ~ .button.action { bottom: 7rem; left: 0; padding: 0; + pointer-events: none; } .button.action .actions li { @@ -384,6 +385,10 @@ header.big ~ .button.action { pointer-events: none; } +.button.action.active .actions { + pointer-events: auto; +} + .button.action.active .actions li { opacity: 1; pointer-events: auto;