Remove border on Munzee oauth screen
This commit is contained in:
parent
a141968ffd
commit
fd19981013
@ -385,10 +385,11 @@ body {
|
||||
|
||||
#munzeeoauth {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#shopmessage {
|
||||
|
@ -15,7 +15,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<iframe id="munzeeoauth" src="about:blank" style="background-color: white;"></iframe>
|
||||
<iframe id="munzeeoauth" src="about:blank" style="background-color: white;" seamless='seamless'></iframe>
|
||||
|
||||
<script>
|
||||
$('#munzeeoauth').attr('src', 'https://api.munzee.com/oauth?response_type=code&client_id='
|
||||
|
Reference in New Issue
Block a user