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

Loading…
Cancel
Save