Skip to content

Commit

Permalink
Merge pull request #247 from appsembler/hide-html-elements-in-iframe
Browse files Browse the repository at this point in the history
Add style to hide elements
  • Loading branch information
VladyslavTy committed Aug 19, 2024
2 parents 7da7926 + c50e42b commit 1702bec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lms/static/sass/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,9 @@ a.nav-skip {

.fa {
font-family: 'FontAwesome' !important;
}

// Hide element when rendered in iFrame
.hidden-element {
display: none !important;
}

0 comments on commit 1702bec

Please sign in to comment.