mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +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 {
|
&__dropdown {
|
||||||
position: relative;
|
@media ( min-width: @min-width-breakpoint-desktop ) {
|
||||||
|
// Only attach dropdown menu to the button on desktop mode
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
&Button {
|
&Button {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in a new issue