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

インジケータのテーマを指定した時にオーバレイの表示がおかしい #388

Closed
fukudayasuo opened this issue Jul 28, 2014 · 0 comments
Assignees
Milestone

Comments

@fukudayasuo
Copy link

インジケータのオーバレイDIVの大きさや位置、z-indexの指定は、インジケータのデフォルトテーマ"a"で定義している。

ユーザコードでインジケータのテーマを指定して表示した場合、デフォルトテーマは適用されないため、オーバレイの大きさや位置、z-indexもユーザが記述しないとオーバレイが適切に表示されない。

オーバレイの大きさ、位置、z-index等は、テーマによらず通常は共通でよいので、そのようにインジケータのcssを修正する。(もしユーザ指定のテーマごとに変えたい場合があればユーザコードで上書けばよい)。

fukudayasuo pushed a commit to hifive-labs/hifivemain that referenced this issue Jul 28, 2014
	height: 100%;
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 0;
	z-index: 1001;
@fukudayasuo fukudayasuo self-assigned this Aug 6, 2014
@simdy simdy added this to the v1.1.13 milestone Aug 19, 2014
@simdy simdy closed this as completed Aug 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants