Rework DrawerResults to make them closer to upstream

This commit is contained in:
Thibaut Girka
2019-04-20 18:21:11 +02:00
committed by ThibG
parent ab3e8fc542
commit 67771e6d65
3 changed files with 70 additions and 109 deletions

View File

@@ -185,12 +185,6 @@
}
.drawer--results {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
background: $ui-base-color;
overflow-x: hidden;
overflow-y: auto;