Skip to content

Commit af53d56

Browse files
committed
Improve notifications position on mobile
1 parent 809901d commit af53d56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/assets/stylesheets/better_together/navigation.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,12 @@ table.nav-items-table tr.navigation_item_children > td > table {
195195
right: auto !important;
196196
}
197197

198+
/* Mobile: full width, aligned to screen edges */
199+
@media (max-width: 576px) {
200+
.dropdown-menu-center {
201+
max-width: 75vw !important;
202+
left: 0 !important;
203+
transform: translateX(-43%) !important;
204+
}
205+
}
206+

0 commit comments

Comments
 (0)