Add keytraps to keep focus within modal windows (re: #8004)

This commit is contained in:
Quincy Morgan
2020-10-01 11:15:32 -04:00
parent 27003d9e71
commit edb6ad00b8
2 changed files with 45 additions and 0 deletions
+9
View File
@@ -234,6 +234,15 @@ textarea.mixed::placeholder {
font-style: italic;
}
/* keytraps need to be invisible yet not be display:none or visibility:hidden */
.keytrap {
width: 0;
height: 0;
padding: 0;
margin: 0;
border: 0;
}
/* tables */
table {
background-color: #fff;