We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd350b commit c9235d6Copy full SHA for c9235d6
1 file changed
EssentialCSharp.Web/wwwroot/css/styles.css
@@ -358,7 +358,8 @@ a:hover {
358
359
/* Hide turn-page buttons on mobile when sidebar is open */
360
@media only screen and (max-width: 768px) {
361
- .layout.has-sidebar .turn-page {
+ /* Hide buttons when sidebar is open on mobile (sidebarSmall class is used) */
362
+ body:has(.sidebarSmall) .turn-page {
363
display: none;
364
}
365
0 commit comments