about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-04-20 18:21:11 +0200
committerThibG <thib@sitedethib.com>2019-04-22 20:15:47 +0200
commit67771e6d65ea209dcb9156a7495b7ef64c1a762b (patch)
tree08066eff011a8b18238d36abf51b7358446ffdbe /app/javascript/flavours/glitch/styles/components/drawer.scss
parentab3e8fc542f53ce9c7a8d1b39ae57bdb60667dac (diff)
Rework DrawerResults to make them closer to upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/drawer.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss
index d22783b94..41c794790 100644
--- a/app/javascript/flavours/glitch/styles/components/drawer.scss
+++ b/app/javascript/flavours/glitch/styles/components/drawer.scss
@@ -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;