Skip to content

Instantly share code, notes, and snippets.

@seouri
Created February 25, 2020 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seouri/0cae833e175a54dd4ef3826a67b1aa9c to your computer and use it in GitHub Desktop.
Save seouri/0cae833e175a54dd4ef3826a67b1aa9c to your computer and use it in GitHub Desktop.
Missing CSS on Help Scout/Rails Turbolinks
.css-k7cd9d {
bottom: 0px;
content: "";
height: 400px;
pointer-events: none;
width: 400px;
will-change: left, right, background, opacity;
opacity: 0;
position: fixed;
z-index: 1050;
right: 0px;
transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
background: radial-gradient(
at right bottom,
rgba(0, 0, 0, 0.1) 0px,
rgba(0, 0, 0, 0) 75%
);
}
.css-1mwwqoo {
bottom: 10px;
right: 20px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px;
top: auto;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
transition: box-shadow 250ms ease 0s, opacity 0.4s ease 0s,
scale 1000ms ease-in-out 0s, transform 0.2s ease-in-out 0s;
}
div#beacon-container .css-lquhul {
right: calc(20px);
bottom: calc(85px);
}
div#beacon-container iframe {
border: none;
}
div#beacon-container .css-19yda2i.BeaconContainer-enter-done {
display: block;
opacity: 1;
transform: translateY(0px);
}
div#beacon-container .css-19yda2i {
right: calc(20px);
bottom: calc(85px);
}
div#beacon-container .css-19yda2i {
right: 40px;
position: fixed;
width: 350px;
min-height: 250px;
max-height: 600px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
opacity: 1;
bottom: 115px;
z-index: 1050;
display: block;
height: calc(100% - 95px);
border-radius: 4px;
overflow: visible;
}
div#beacon-container .css-19yda2i > iframe {
bottom: 0px !important;
height: 100% !important;
left: 0px !important;
position: absolute !important;
right: 0px !important;
top: 0px !important;
width: 100% !important;
background: transparent !important;
border-width: 0px !important;
border-style: initial !important;
border-color: initial !important;
border-image: initial !important;
border-radius: 4px !important;
}
div#beacon-container .css-lquhul {
right: 40px;
position: fixed;
width: 350px;
min-height: 250px;
max-height: 600px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
opacity: 1;
display: none;
bottom: 115px;
z-index: 1050;
height: calc(100% - 95px);
border-radius: 4px;
overflow: visible;
}
@frenkel
Copy link

frenkel commented Oct 28, 2022

Same problem here! Did you ever solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment