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 10dae65 commit da9e192Copy full SHA for da9e192
assets/stylesheets/modules/ai-helper/mobile/ai-helper.scss
@@ -15,7 +15,8 @@
15
max-width: unset;
16
z-index: z("fullscreen");
17
top: calc(
18
- var(--mobile-virtual-screen-height) - var(--composer-helper-menu-height)
+ var(--mobile-virtual-screen-height) - var(--composer-helper-menu-height) -
19
+ env(keyboard-inset-height)
20
);
21
right: 0;
22
padding-right: 1rem;
@@ -63,6 +64,12 @@
63
64
}
65
66
67
+.ios-safari-composer-hacks .ai-composer-helper-menu:not(.is-expanded) {
68
+ top: calc(
69
+ var(--mobile-virtual-screen-height) - var(--composer-helper-menu-height)
70
+ );
71
+}
72
+
73
@keyframes slide-in {
74
0% {
75
opacity: 0;
0 commit comments