We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f898dd0 commit 226c3d3Copy full SHA for 226c3d3
GET_STARTED.md
@@ -60,18 +60,13 @@ These are all the variables available to customize the look and feel when using
60
61
```css
62
:root {
63
- --rsbs-antigap-scale-y: 0;
64
--rsbs-backdrop-bg: rgba(0, 0, 0, 0.6);
65
- --rsbs-backdrop-opacity: 1;
66
--rsbs-bg: #fff;
67
- --rsbs-content-opacity: 1;
68
--rsbs-handle-bg: hsla(0, 0%, 0%, 0.14);
69
--rsbs-max-w: auto;
70
--rsbs-ml: env(safe-area-inset-left);
71
--rsbs-mr: env(safe-area-inset-right);
72
--rsbs-overlay-rounded: 16px;
73
- --rsbs-overlay-translate-y: 0px;
74
- --rsbs-overlay-h: 0px;
75
}
76
```
77
0 commit comments