Commit 005aac0c authored by Laura Schlimmer's avatar Laura Schlimmer
Browse files

tooltip with fixed position

parent cf045e6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 */
fn-tooltip {
  display: none;
  position: absolute;
  position: fixed;
  z-index: 900;
  border: 1px solid #cccccc;
  max-width: 250px;