updated import popup handling and api preview examples
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.bulkbar {
|
||||
position: sticky;
|
||||
bottom: -10px;
|
||||
bottom: var(--baseSpacing);
|
||||
z-index: 101;
|
||||
gap: 10px;
|
||||
display: flex;
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
--warningColor: #ff8e3c;
|
||||
--warningAltColor: #ffe7d6;
|
||||
|
||||
--overlayColor: rgba(88, 95, 101, 0.3);
|
||||
--overlayColor: rgba(70, 85, 100, 0.3);
|
||||
--tooltipColor: rgba(0, 0, 0, 0.85);
|
||||
--shadowColor: rgba(0, 0, 0, 0.05);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user