Skip to content

Commit d26de36

Browse files
authored
fix(#4284): improve scrollbar appearance in toast notifications (#4297)
1 parent e544db7 commit d26de36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-admin-server-ui/src/main/frontend/toast-theme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
z-index: 100;
55
padding: 4em 1em;
66
}
7+
8+
.v-toast__text {
9+
overflow: hidden;
10+
}

0 commit comments

Comments
 (0)