зеркало из https://github.com/golang/pkgsite.git
content/static/css: make .JumpDialog's position fixed.
add `position:fixed;` to `.JumpDialog` class to always keep it on visible viewport even if the page is scrolled.
fixes golang/go#43840
Change-Id: Id692319fff66cd26453acbf50000da92e9f6e373
GitHub-Last-Rev: 47879a522f
GitHub-Pull-Request: golang/pkgsite#21
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/285674
Trust: Jonathan Amsterdam <jba@google.com>
Trust: Julie Qiu <julie@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
This commit is contained in:
Родитель
eae3203a12
Коммит
134df66487
|
@ -1587,6 +1587,7 @@ table.Directories {
|
|||
}
|
||||
|
||||
.JumpDialog {
|
||||
position: fixed;
|
||||
width: 25rem;
|
||||
}
|
||||
.JumpDialog-body {
|
||||
|
|
Загрузка…
Ссылка в новой задаче