feat(web): improve irc view (#989)

* inherit font-size

* inherit cursor-pointer and bubble click event

* improve react keys using ids instead of array position

* fix scrollbar corner not being transparent

* change irc view height calculation

---------

Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
This commit is contained in:
Fabricio Silva 2023-07-02 13:21:01 +01:00 committed by GitHub
parent a5e05284d0
commit 8d20d2cf39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 60 additions and 44 deletions

View file

@ -125,6 +125,9 @@ code {
/* Style scrollbars for webkit enabled browsers i.e. Chrome, Edge, and Safari */
@layer base {
*::-webkit-scrollbar-corner {
background-color: transparent;
}
*::-webkit-scrollbar {
height: 8px;
width: 8px;