Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Nik Smalin

    (@nik-smalin)

    Hello!

    probably that’s because this browser on your phone doesn’t calculate screen height correctly, I’ve tested it on different browsers on phones – everything worked fine, try to add this code to your custom css

    @media only screen and (max-width: 1024px) {
    	aside.sidebar {
    		height: 100%;
    	}
    }

    please let me know if it helps or not

    Good luck!

    Thread Starter galajus

    (@galajus)

    It works! Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar problems on android chrome’ is closed to new replies.