4 ms·
what we normally do when using native sidebar navigation is hide the web navigation w/ css - there's a configuration option "Check here to support custom stylin
by weiyin 12y ago
what we normally do when using native sidebar navigation is hide the web navigation w/ css - there's a configuration option "Check here to support custom styling" where you can set:
nav{
display: none;
}