-
Notifications
You must be signed in to change notification settings - Fork 18k
x/pkgsite: .JumpDialog's position is fixed but .ShortcutsDialog is not #43877
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
Comments
Both dialog boxes use |
Add `position:fixed` in `.Dialog` class to make appearance of both `.JumpDialog` and `.ShortcutsDialog consistent Fixes golang/go#43877
Add `position:fixed` in `.Dialog` class to make appearance of both `.JumpDialog` and `ShortcutsDialog` consistent Fixes golang/go#43877
Change https://golang.org/cl/286092 mentions this issue: |
@julieqiu, You added NeedsFix label (which I guess, means there is currently no fix provided) but I have already submitted a fix in PR golang/pkgsite#22 which corresponds to gerrit CL golang.org/cl/286092 Please have a look at it. Thank you. |
Per https://github.com/golang/go/wiki/Gardening:
|
My previous PR golang/pkgsite#21 (not released) solved problem of
.JumpDialog
not staying on viewport but I didn't know there is one more dialogue.ShortcutsDialog
which pops up on pressing ?. So basically,.JumpDialog
hasposition:fixed
and.ShortcutsDialog
hasposition:absolute
which makes it look inconsistent.The text was updated successfully, but these errors were encountered: