mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(pagetools): 🐛 attach menu to the page actions bar instead of the button
This commit is contained in:
parent
dd89daba39
commit
feae1e6ad3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue