Remove unnecessary CSS rules for search results

This commit is contained in:
Guillaume Gomez 2021-04-29 10:40:10 +02:00
parent 76a04dd3f8
commit 8c0469552e

View File

@ -385,13 +385,6 @@ nav.sub {
position: relative;
}
#results {
position: absolute;
right: 0;
left: 0;
overflow: auto;
}
#results > table {
width: 100%;
table-layout: fixed;