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
This commit is contained in:
Onkar Jadhav 2021-01-22 13:17:43 +05:30 коммит произвёл GitHub
Родитель eae3203a12
Коммит 47879a522f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

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