Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jsbin/jsbin
Browse files Browse the repository at this point in the history
* 'master' of github.com:jsbin/jsbin:
  Preventing main container from wrapping under ea banner (#3413)
  • Loading branch information
remy committed Sep 17, 2021
2 parents 1df8352 + 161aafb commit f9252f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/mobile.css
Expand Up @@ -15,7 +15,7 @@ html.debug:before {
main {
display: block;
position: relative;
height: 100%;
height: calc(100% - 43px);
}

.toppanel main {
Expand Down

0 comments on commit f9252f5

Please sign in to comment.