Skip to content

Commit

Permalink
Merge pull request #255 from asumandang/missing-language
Browse files Browse the repository at this point in the history
Missing Language
  • Loading branch information
mensch72 authored Oct 18, 2023
2 parents 537095e + e5e8d20 commit 491ae04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,11 @@ ion-spinner {

.analysis {
--min-height: 90%!important;
}

// NOTE: fix for ion-popover not appearing for languages
// Alternatively, remove below and upgrade ionic to 6.5.2 or later
// See: https://stackoverflow.com/a/76381282, https://stackoverflow.com/a/76382473
ion-popover [popover]:not(:popover-open):not(dialog[open]) {
display: contents;
}

0 comments on commit 491ae04

Please sign in to comment.