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 5e23f4d commit 45cb547Copy full SHA for 45cb547
src/components/Drawer/Drawer.scss
@@ -1,5 +1,6 @@
1
.ydb-drawer {
2
&__drawer-container {
3
+ --gn-drawer-item-position: absolute;
4
position: relative;
5
6
overflow: hidden;
src/containers/App/App.scss
@@ -50,8 +50,6 @@ body,
50
51
--g-popover-max-width: 500px;
52
53
- --gn-drawer-item-position: absolute;
54
-
55
&_theme_light,
56
&_theme_light-hc {
57
--code-background-color: var(--g-color-base-simple-hover);
0 commit comments