fix: lang dropdown position

This commit is contained in:
nevfy 2024-01-28 19:29:51 +04:00
parent 14d7717a1f
commit 2cc1653fea
1 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,10 @@
}
}
.dropdown-menu {
right: 0;
left: unset;
}
@media (min-width: 768px) {
.td-sidebar {