mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
white background
This commit is contained in:
@@ -13,9 +13,8 @@ class Browser extends Resource
|
||||
|
||||
@url = url
|
||||
|
||||
@html = """
|
||||
<iframe src='#{@url}' style='width:100%;height:100%'></iframe>
|
||||
"""
|
||||
@style = "width:100%;height:100%;background-color:#fff;border:none"
|
||||
@html = "<iframe src='#{@url}' style='#{style}'></iframe>"
|
||||
|
||||
@show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user