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

メニューバーが消える不具合に対処 #937

Merged
merged 2 commits into from
Sep 17, 2022

Conversation

k-chop
Copy link
Contributor

@k-chop k-chop commented Sep 16, 2022

内容

画面下部に存在していた空白を削除することで対処しました

なぜ下部の空白が消えるとメニューバーが消えなくなるかは
#901 (comment) ←こちらのコメントを参照してください

関連 Issue

close #901

スクリーンショット・動画など

どちらもQLayoutのElementを選択している状態で、bodyの overflow: hidden を外した状態です
beforeは空白が存在します
afterでは空白が消えているので overflow: hidden を外してもスクロールバーが出ません

before after
before after

行った動作確認

right: 0 !important;
> .scroll {
width: unset !important;
overflow: hidden;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

リサイズ時にスクロールバーがちらつくようになり困っていたのですが、
このcssがいくつかの箇所で使われていたので流用したら出なくなりました

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

ありがとうございます!!

@Hiroshiba Hiroshiba requested a review from MT224244 September 16, 2022 16:21
Copy link
Contributor

@MT224244 MT224244 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Hiroshiba
Copy link
Member

マージします!🙏

@Hiroshiba Hiroshiba merged commit 686b9b3 into VOICEVOX:main Sep 17, 2022
@k-chop k-chop deleted the issue901/remove-bottom-gap branch September 17, 2022 10:13
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

Successfully merging this pull request may close these issues.

アクセント欄で読みの調整を行うとメニューバーが消える
3 participants