Support media type in core filter.

This commit is contained in:
Dermot Duffy
2023-01-28 15:19:20 -08:00
parent 3cf278bd01
commit 931e9febce
7 changed files with 164 additions and 75 deletions
+16
View File
@@ -0,0 +1,16 @@
:host {
height: 100%;
display: flex;
flex-direction: column;
overflow: auto;
// Hide scrollbar: Firefox
scrollbar-width: none;
// Hide scrollbar: IE and Edge
-ms-overflow-style: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
:host::-webkit-scrollbar {
display: none;
}
+2 -3
View File
@@ -1,5 +1,4 @@
:host {
display: flex;
flex-direction: column;
overflow: auto;
display: block;
height: 100%;
}