Cssclass - dataview scrolling

hi,

can someone please help me :slight_smile:

i have a css code here and i want to run it only on a specific note.

i think this can be done with cssclass in the meta area.

how do i have to change this in the code?

thanks for the help.


code

.block-language-dataview {
display: block;
height: 400px;
overflow: auto;
}

.block-language-dataviewjs {
display: block;
height: 400px;
overflow: auto;
}

.block-language-dataview {
display: block;
max-height: 400px;
overflow: auto;
}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.