(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
98
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix share dropdown going under the cards

scanash00 00e0d2a6 973feb67

+2 -3
+1 -1
web/src/css/annotations.css
··· 57 57 border-radius: var(--radius-lg); 58 58 border: 1px solid var(--border); 59 59 background: var(--bg-card) !important; 60 - overflow: hidden; 60 + overflow: visible; 61 61 } 62 62 63 63 /*
-1
web/src/css/cards.css
··· 35 35 text-decoration: none; 36 36 transition: all 0.2s ease; 37 37 position: relative; 38 - z-index: 1; 39 38 } 40 39 41 40 .bookmark-preview:hover {
+1 -1
web/src/css/utilities.css
··· 539 539 540 540 .share-menu-container { 541 541 position: relative; 542 - z-index: 10; 542 + z-index: 50; 543 543 } 544 544 545 545 .share-menu {