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:
Onkar Jadhav 2021-01-22 14:04:26 +00:00 коммит произвёл Julie Qiu
Родитель eae3203a12
Коммит 134df66487
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1587,6 +1587,7 @@ table.Directories {
}
.JumpDialog {
position: fixed;
width: 25rem;
}
.JumpDialog-body {