// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders without throwing 1`] = ` .c4 { font-family: "Libre Franklin",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica,sans-serif; font-weight: 400; line-height: 1.5rem; font-size: 0.9375rem; } .c1 { position: absolute; top: auto; left: auto; bottom: ; right: auto; } .c1:focus { outline: none; } .c2 { position: relative; display: inline-block; top: 0.3125rem; left: -50%; margin: 0; padding: 0.75rem 0; background-color: ; border: 0.0625rem solid; box-shadow: 0 0.125rem 0.375rem 0.0625rem rgba(0,0,0,0.1); border-radius: 0.25rem; z-index: 1000; } .c2:after, .c2:before { content: ""; position: absolute; bottom: 100%; left: 50%; height: 0; width: 0; border: solid transparent; } .c2:after { border-bottom-color: ; border-width: 0.1875rem; margin-left: -0.1875rem; } .c2:before { border-bottom-color: ; border-width: 0.3125rem; margin-left: -0.3125rem; } .c3 { margin: 0 1.125rem; color: ; white-space: nowrap; } .c0 { position: absolute; top: 0; left: 0; }

Your instance is operating as expected

`;