Fixes for panel mode.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
:host {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
@@ -17,6 +21,7 @@
|
||||
scrollbar-width: none; /* Hide scrollbar: Firefox */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
|
||||
Reference in New Issue
Block a user