@@ -42,6 +42,18 @@ export default {
background: #fff;
padding: 20px;
}
+
+@media screen and (max-width: 768px) {
+ .app-main {
+ /*50 = navbar */
+ min-height: calc(100vh - 170px);
+ /* min-height: 100vh; */
+ width: calc(100% - 40px);
+ position: relative;
+ overflow: auto;
+ min-width: 1000px;
+ }
+}
</style>
<style lang="scss">
@@ -6,6 +6,12 @@
margin-left: $sideBarWidth;
position: relative;
+ @media screen and (max-width: 768px) {
+ .main-container {
+ overflow-x: scroll;
.sidebar-container {
padding-top: 20px;