fix(pagetools): 🐛 attach menu to the page actions bar instead of the button

This commit is contained in:
alistair3149 2024-06-12 13:00:13 -04:00
parent dd89daba39
commit feae1e6ad3
No known key found for this signature in database

View file

@ -25,7 +25,10 @@
}
&__dropdown {
@media ( min-width: @min-width-breakpoint-desktop ) {
// Only attach dropdown menu to the button on desktop mode
position: relative;
}
&Button {
display: grid;