You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
Hi,
thanks for your nice tool. I am trying to test a webpage on this and I discovered a problem, which may need a solution:
OK:
In my stylesheet I have defined media @media screen and (max-width: 800px)
So I assume, these styles are executed, when I select the Tablet-Size of 800px in responsivetest. But they havent been executed.
I had a look into the tool and saw, that the div#iframe, in which the Iframe is shown is not 800px but 815px.
Via console, I found out that div#iframe.innerWidth is 813px. And also the #iframe > iframe has 813px.
I thought, maybe this is, because you add the scrollbar to the size or something, but anyway, my styles max-width:800px doesnt work.
I tested in Firefox and Chrome.
First time, I post on github. I hope, this is the right location for reporting this issue. Maybe I am doing something wrong, but I don't understand this.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi,
thanks for your nice tool. I am trying to test a webpage on this and I discovered a problem, which may need a solution:
OK:
In my stylesheet I have defined media @media screen and (max-width: 800px)
So I assume, these styles are executed, when I select the Tablet-Size of 800px in responsivetest. But they havent been executed.
I had a look into the tool and saw, that the div#iframe, in which the Iframe is shown is not 800px but 815px.
Via console, I found out that div#iframe.innerWidth is 813px. And also the #iframe > iframe has 813px.
I thought, maybe this is, because you add the scrollbar to the size or something, but anyway, my styles max-width:800px doesnt work.
I tested in Firefox and Chrome.
First time, I post on github. I hope, this is the right location for reporting this issue. Maybe I am doing something wrong, but I don't understand this.
Thanks a lot.
The text was updated successfully, but these errors were encountered: