mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
offset scroll
This commit is contained in:
@@ -135,7 +135,7 @@ angular
|
||||
var offset = target.offset();
|
||||
var css = {
|
||||
display: 'block',
|
||||
top: offset.top + target.outerHeight()
|
||||
top: offset.top + target.outerHeight() - (appendTo !== 'body' ? $(window).scrollTop() : 0)
|
||||
};
|
||||
|
||||
if (appendedDropdownMenu.hasClass('dropdown-menu-right')) {
|
||||
|
||||
Reference in New Issue
Block a user