normalize driver api

This commit is contained in:
Stewart Allen 2020-06-09 18:12:59 -04:00
commit 2f5cf932e8
9 changed files with 64 additions and 129 deletions

View file

@ -101,6 +101,9 @@ th, tr, td {
user-select: none;
}
.hide {
display: none !important;
}
.noshow {
display: none;
}