css3 fix for surf bar iframe height issues

This commit is contained in:
Victoria Wang 2014-10-23 16:56:47 -07:00
parent f580cf2856
commit 5e83b7f4b5

View file

@ -34,6 +34,7 @@
#website-frame {
width: 100%;
height: 100%;
height: calc(100% - 2.2em);
}
#top-bar {
background: #3B3B3B;