Hi, I extract some features I like from Comfort-Coda and gruvbox and turn it to this theme. It looks very similar to gruvbox but with andy mode v2. I modify a lot of details (driven by my OCD).
This is my first time to make a theme and learn ccs by doing this project. Any suggestion is welcome!
Very interesting. It never happened to me like this on my mac. What have you done? It would be great if you can give me some instruction to reproduce your problem. Then I can have a look see if it is an issue caused by the css.
Nice screen
I wonder if your PC hardware has a way to scroll horizontally. Mac can readily do it by trackpad. if you want the scroll bar back. Open âobsidian.cssâ under your vault, go to the end of the file, remove the following part:
/*disable the scrollbar*/
.theme-dark .horizontal-main-container ::-webkit-scrollbar{
display: none !important;
}