зеркало из 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
This commit is contained in:
Родитель
eae3203a12
Коммит
47879a522f
|
@ -1587,6 +1587,7 @@ table.Directories {
|
|||
}
|
||||
|
||||
.JumpDialog {
|
||||
position: fixed;
|
||||
width: 25rem;
|
||||
}
|
||||
.JumpDialog-body {
|
||||
|
|
Загрузка…
Ссылка в новой задаче