diff --git a/aslo4-static/css/common.css b/aslo4-static/css/common.css index deb7e34..2b8ce86 100644 --- a/aslo4-static/css/common.css +++ b/aslo4-static/css/common.css @@ -368,3 +368,10 @@ Spinner } } +/* Ensure the dropdown menu aligns to the left */ +.dropdown-menu-right { + left: auto; + right: 0; + transform: translateX(-100%); +} + diff --git a/aslo4-static/index.html b/aslo4-static/index.html index 8acfc87..111ceab 100644 --- a/aslo4-static/index.html +++ b/aslo4-static/index.html @@ -18,10 +18,10 @@