From d99bfd7bd2f64c94e54c0846116d90dd023ebd02 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 22 Mar 2021 12:04:11 -0400 Subject: [PATCH] fix: enforce automatic width and tweaked margins so borders don't show --- less/modules/bottom-sheet.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/less/modules/bottom-sheet.less b/less/modules/bottom-sheet.less index f08827f..308cfa4 100644 --- a/less/modules/bottom-sheet.less +++ b/less/modules/bottom-sheet.less @@ -9,7 +9,7 @@ right: 0 !important; bottom: 0; - margin: 0; + margin: 0 -1px -1px -1px; padding: 0 5px; max-height: 60%; @@ -21,6 +21,9 @@ z-index: 995; padding: 5px 0 10px; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + li { a { padding: 10px 20px; @@ -46,6 +49,7 @@ visibility: visible; transition-delay: 0s; top: auto; + width: auto; } }