Move graph sticky placeholder display:none in general.less

This commit is contained in:
Konstantinos Triantafyllou 2022-11-01 13:26:36 +02:00
parent fc2e0b805a
commit 4c1a6f10dd
1 changed files with 5 additions and 0 deletions

View File

@ -192,6 +192,11 @@ noscript, ol, section, table, tfoot, ul, video;
} }
} }
/* Graph element for terminology page */
#graph_element + .uk-sticky-placeholder {
display: none;
}
@inverse-general-custom-external-color: @global-inverse-color; @inverse-general-custom-external-color: @global-inverse-color;
.hook-inverse() { .hook-inverse() {