lynchpin4 / atom-browser-webview

provides a simple, tabbed, browser-like environment INSIDE of atom (beta) - using the <webview> tag
MIT License
19 stars 8 forks source link

Browser being cut off #31

Open lord-hieros opened 8 years ago

lord-hieros commented 8 years ago

Opened Atom today and the bowser is being cut off.

screen shot 2016-08-08 at 4 52 11 pm
jdockwarder commented 8 years ago

same here

andy-young commented 8 years ago

Me Too.

zxygithub commented 8 years ago

Me Too.

jdockwarder commented 8 years ago

Are you all using external displays?

zxygithub commented 8 years ago

No.

I just use the MacBook Pro 13’ retina.

Alex

原始邮件 发件人:Julius Dockwardernotifications@github.com 收件人:gstack/atom-browser-webviewatom-browser-webview@noreply.github.com 抄送:zxygithubmisterzhuang@qq.com; Commentcomment@noreply.github.com 发送时间:2016年8月22日(周一) 21:44 主题:Re: [gstack/atom-browser-webview] Browser being cut off (#31)

Are you all using external displays? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

s4s0l commented 8 years ago

Solved by adding: webview { height: 100%; } to styles.less.

Atom 1.9.9 AWB: 2.1.4

danielbayley commented 7 years ago
webview { height: 100% }

@s4s0l I'd say fix with a PR, but I already have 1 outstanding…