Added comment in CSS.

This commit is contained in:
Martin Sosic 2024-01-11 16:46:48 +01:00
parent b2e332bfed
commit d646bff4e4

View File

@ -131,6 +131,7 @@
/******** DOCS NAVBAR *********/
/* This hides Docs version dropdown when not on docs (i.e. when we are on blog). */
.navbar__item:has(.navbar-item-docs-version-dropdown:not(.active)) {
display: none
}