Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divタグの調整 #18

Closed
qrac opened this issue Sep 27, 2018 · 2 comments
Closed

Divタグの調整 #18

qrac opened this issue Sep 27, 2018 · 2 comments

Comments

@qrac
Copy link
Owner

qrac commented Sep 27, 2018

最初の div にスタイルを当てれば1つ省略できる。また、利用者のカスタマイズ性を上げるためにIDを付与する。IE8で動くか要確認。

ieBusterApp.id = 'ie-buster-app'
ieBusterApp.setAttribute(
  'style',
  'position: fixed; top: 0px; left: 0; width: 100%; padding: 16px; box-sizing: border-box; z-index: 999999;'
)
@qrac
Copy link
Owner Author

qrac commented Sep 27, 2018

IE8でも適応されていたので利用する。

@qrac
Copy link
Owner Author

qrac commented Sep 27, 2018

v1.1.0にて反映。

@qrac qrac closed this as completed Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant