From 885513d96a0fb2a4725caff5cc997620988f15d1 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 26 Aug 2019 12:58:44 -0500 Subject: [PATCH] speed up navigation to/from drawers --- src/FilterLists.Web.V2/src/components/ListDetailsButton.tsx | 4 +++- src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx | 2 ++ src/FilterLists.Web.V2/src/index.css | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/FilterLists.Web.V2/src/components/ListDetailsButton.tsx b/src/FilterLists.Web.V2/src/components/ListDetailsButton.tsx index 168e64a55..df308e8bd 100644 --- a/src/FilterLists.Web.V2/src/components/ListDetailsButton.tsx +++ b/src/FilterLists.Web.V2/src/components/ListDetailsButton.tsx @@ -12,6 +12,8 @@ export const ListDetailsButton = (props: RouteComponentProps & Props) => ; \ No newline at end of file diff --git a/src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx b/src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx index ec75ef904..39a4fba5e 100644 --- a/src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx +++ b/src/FilterLists.Web.V2/src/components/ListDetailsDrawer.tsx @@ -38,6 +38,8 @@ export class ListDetailsDrawer extends React.Component this.props.history.push("/")}> diff --git a/src/FilterLists.Web.V2/src/index.css b/src/FilterLists.Web.V2/src/index.css index b54726560..ec2585e8c 100644 --- a/src/FilterLists.Web.V2/src/index.css +++ b/src/FilterLists.Web.V2/src/index.css @@ -5,10 +5,6 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - - /* hacky fix for table-shift when details drawer is opened */ - width: calc(100%) !important; - overflow: auto !important; } code {