From c7f405be1874b6fee1fd9674dea3208e19aab2ce Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 9 Oct 2024 18:52:23 +0800 Subject: docs: add example about new layout --- src/css/dumbymap.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src') diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 19e3baf..d31d7e6 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css @@ -781,3 +781,17 @@ a[href^='http']:not(:has(img))::after, opacity: 0.3; } } + +.Dumby[data-layout='sticky'] { + .Showcase { + display: block; + width: 20vw; + height: 40vh; + + position: absolute; + right: 0; + bottom: 0; + + background: red; + } +} -- cgit v1.2.3-70-g09d2