Skip to content

Commit 5b6d97d

Browse files
committed
scrollbar UI update
1 parent 31fb633 commit 5b6d97d

File tree

1 file changed

+10
-2
lines changed
  • examples/bedtime-story-teller/assets

1 file changed

+10
-2
lines changed

examples/bedtime-story-teller/assets/style.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,5 +783,13 @@ body {
783783
}
784784

785785
#story-response p {
786-
margin: 0 0 8px 0; /* 8px bottom margin for paragraphs */
787-
}
786+
margin: 0 0 8px 0;
787+
}
788+
789+
#story-response::-webkit-scrollbar {
790+
width: 8px;
791+
}
792+
793+
#story-response::-webkit-scrollbar-track {
794+
background-color: transparent;
795+
}

0 commit comments

Comments
 (0)