Skip to content

Commit

Permalink
fix: move width: 100% to mobile OtechieWidget--iframe not OtechieWidg…
Browse files Browse the repository at this point in the history
…et--iframe-wrapper
  • Loading branch information
dgwight committed Aug 5, 2021
1 parent b3583ce commit 4c0d8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@

@media (max-device-width: 767px) {
.OtechieWidget--iframe {
width: 100%;
border-radius: 12px 12px 0 0;
}

.OtechieWidget--iframe-wrapper {
z-index: -10000;
width: 100%;
right: 0;
bottom: 0;
left: 0;
Expand Down

0 comments on commit 4c0d8c8

Please sign in to comment.