Fix mobile admin sidebar displaying under batch table toolbar (#37307)

This commit is contained in:
diondiondion 2025-12-19 09:39:25 +01:00 committed by Claire
parent 617926742c
commit 53437c4653

View file

@ -163,6 +163,7 @@ $content-width: 840px;
width: 100%;
max-width: $content-width;
flex: 1 1 auto;
isolation: isolate;
}
@media screen and (max-width: ($content-width + $sidebar-width)) {