From 785963b73438faf28c389d2e67d746753871a1e7 Mon Sep 17 00:00:00 2001 From: Philippe Ndiaye Date: Mon, 12 Aug 2024 10:34:04 +0200 Subject: [PATCH] hypertable v1: remove scroll to end button --- addon/components/hyper-table/index.hbs | 8 -------- app/styles/hypertable.less | 1 - 2 files changed, 9 deletions(-) diff --git a/addon/components/hyper-table/index.hbs b/addon/components/hyper-table/index.hbs index 4c97fce5..ada24cb5 100644 --- a/addon/components/hyper-table/index.hbs +++ b/addon/components/hyper-table/index.hbs @@ -152,14 +152,6 @@ /> -
- -
-
{{#if (and this.manager.tetherInstance this.manager.tetherBackdrop)}}
diff --git a/app/styles/hypertable.less b/app/styles/hypertable.less index 456decea..e770287e 100644 --- a/app/styles/hypertable.less +++ b/app/styles/hypertable.less @@ -7,7 +7,6 @@ .hypertable-container { width: 100%; - position: relative; } .hypertable {