Skip to content

Commit

Permalink
Do not display scrollbars in dropdowns - Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
AtanasKrondev committed Jun 14, 2021
1 parent d945ae0 commit 797ac56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default {
&::v-deep .not-bootstrap-modal-content {
max-height: 10rem;
overflow-y: auto;
scrollbar-width: none;
&::-webkit-scrollbar {
scrollbar-width: none;
Expand Down
1 change: 1 addition & 0 deletions src/views/Conference.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default {
.jitsi-container {
flex-grow: 1;
scrollbar-width: none;
}
}
</style>

0 comments on commit 797ac56

Please sign in to comment.