Skip to content

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christensen committed Jul 24, 2020
1 parent 70befe8 commit d47e635
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lex-web-ui-loader/css/lex-web-ui-iframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@
display: flex;
}

.lex-web-ui-iframe--minimize {
min-width: 1vw !important;
min-height: 1vh !important;
}

/* disable box shadow when minimized */
.lex-web-ui-iframe.lex-web-ui-iframe--minimize iframe {
box-shadow: none;
border-radius: none;
z-index: -999;
}

/* hide on very small resolutions */
Expand Down Expand Up @@ -55,6 +61,10 @@ and (max-width: 960px) {
.lex-web-ui-iframe {
min-width: 90vw;
}

.lex-web-ui-iframe--minimize {
min-width: 1vw !important;
}
}

.lex-web-ui-iframe iframe {
Expand Down

0 comments on commit d47e635

Please sign in to comment.