From 242c10e05016bacec1d93728782a75058a9c1d95 Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 7 Aug 2024 05:20:37 +0300 Subject: [PATCH] Un-stick color picker from the bottom edge --- content/demo/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/demo/index.md b/content/demo/index.md index 977b3fd..2b5d2ff 100644 --- a/content/demo/index.md +++ b/content/demo/index.md @@ -483,7 +483,7 @@ Blah blah Inline Quote hmm. #color-picker-container { -webkit-backdrop-filter: var(--blur); position: fixed; - bottom: 0; + bottom: 1rem; left: 0; transform: translateX(calc(-100% + 1rem)); z-index: 1; @@ -491,6 +491,7 @@ Blah blah Inline Quote hmm. transition: var(--transition); box-shadow: var(--edge-highlight); border-start-end-radius: var(--rounded-corner); + border-end-end-radius: var(--rounded-corner); background-color: var(--nav-bg); padding: 0.5rem; }