Skip to content

Commit f6eef4e

Browse files
committed
fix: show scroll bar, when editor can not grow anymore
1 parent 9ea036c commit f6eef4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/block-note-angular/src/lib/block-note-editor/bna-editor.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="relative py-3 bn-container">
1+
<div class="block h-full overflow-auto relative py-3 bn-container">
22
@if(isInitialized){
33
<bna-formatting-toolbar [editor]="editor">
44
<div class="bn-toolbar">

0 commit comments

Comments
 (0)