1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-13 03:02:49 +00:00
Files

16 lines
211 B
CSS

.documentlist {
height: 100px;
overflow: auto;
}
.documentlist:hover {
cursor: pointer;
background: #EEE;
}
.tableWrapper {
/*overflow: scroll;*/
width: 100%;
display: table;
cursor: pointer;
}