diff --git a/partitioncloud/static/style/mobile.css b/partitioncloud/static/style/mobile.css index 5ae3c6f..6b2c3b7 100644 --- a/partitioncloud/static/style/mobile.css +++ b/partitioncloud/static/style/mobile.css @@ -19,4 +19,8 @@ input:checked#slide-sidebar~#content-container { position: initial; } + + input:checked#slide-sidebar~#footer,#content-container { + min-width: unset; + } }