diff --git a/public/script.js b/public/script.js index 3baf48172..959913d04 100644 --- a/public/script.js +++ b/public/script.js @@ -158,7 +158,14 @@ let is_colab = false; let is_checked_colab = false; let is_mes_reload_avatar = false; let optionsPopper = Popper.createPopper(document.getElementById('options_button'), document.getElementById('options'), { - placement: 'top-start', + modifiers: [ + { + name: 'offset', + options: { + offset: [0, -260], + }, + }, + ], }); const durationSaveEdit = 200; diff --git a/public/style.css b/public/style.css index f3be7e299..c237c493f 100644 --- a/public/style.css +++ b/public/style.css @@ -292,8 +292,6 @@ margin-top:5px; #options { opacity: 0.0; display: none; - bottom: 200px; - position: relative; z-index: 1990; }