1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Revert "Fix qtip viewport overflow."

This reverts commit 44b4904814e685a39bb0283b2849fe966110c074.
This commit is contained in:
Canklot 2023-08-12 09:06:31 +03:00
parent 44b4904814
commit 81d7fafd10
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ class Choosealicense
qtip_position:
my: "top center"
at: "bottom center"
viewport: $(window)
# Annotation rule types as defined in `_config.yml`
ruletypes:
permissions: "Permission"

View File

@ -1924,7 +1924,7 @@ QTIP.defaults = {
mouse: TRUE,
scroll: TRUE,
resize: TRUE,
method: 'shift shift'
method: 'flipinvert flipinvert'
},
effect: function(api, pos, viewport) {
$(this).animate(pos, {

File diff suppressed because one or more lines are too long