mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
16 lines
211 B
CSS
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;
|
|
} |