Skip to content

Commit e680af2

Browse files
committed
Fix submit button during submission and add accessibility helper
Signed-off-by: David Wallace <[email protected]>
1 parent 2e21f05 commit e680af2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

rdmo_chatbot/plugin/static/chatbot/css/copilot.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@
5959
margin-right: .5rem;
6060
}
6161

62+
.sr-only {
63+
position: absolute;
64+
width: 1px;
65+
height: 1px;
66+
padding: 0;
67+
margin: -1px;
68+
overflow: hidden;
69+
clip: rect(0, 0, 0, 0);
70+
white-space: nowrap;
71+
border: 0;
72+
}
73+
6274
/* remove the watermark at the bottom of the copilot */
6375

6476
.watermark {

0 commit comments

Comments
 (0)