Updated stylesheed

- overflow only shown on hover
pull/33/head
Trivernis 6 years ago
parent 1d3ce93561
commit 60366de6b3

@ -66,10 +66,13 @@ div.cell > *
display: grid
width: 100%
text-align: left
overflow: auto
overflow: hidden
position: relative
max-height: 90vh
.listContainer:hover
overflow: auto
.logEntry
display: list-item
list-style: none
@ -248,6 +251,9 @@ div.cell > *
#guildinfo
max-height: 90vh
overflow-y: hidden
#guildinfo:hover
overflow-y: auto
#dj-songQueue

Loading…
Cancel
Save