diff options
author | Sam Potts <sam@potts.es> | 2018-05-08 22:22:09 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-05-08 22:22:09 +1000 |
commit | e1ff516219e88d1264ab2a3dc2748e76940ec50a (patch) | |
tree | f8f46e1f38bdfb28d8ccc146a4d014ca1ca05a31 /src/sass/components/tooltips.scss | |
parent | 44b30380f71f03c8944e42b24c7ce3e92a0f2eea (diff) | |
parent | f687b81b70a73835f0190fbfa17a0fbbfcd28b7a (diff) | |
download | plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.tar.lz plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.tar.xz plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.zip |
Merge branch 'master' into beta
Diffstat (limited to 'src/sass/components/tooltips.scss')
-rw-r--r-- | src/sass/components/tooltips.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sass/components/tooltips.scss b/src/sass/components/tooltips.scss index 19a9ce56..537e2444 100644 --- a/src/sass/components/tooltips.scss +++ b/src/sass/components/tooltips.scss @@ -19,6 +19,7 @@ transform: translate(-50%, 10px) scale(0.8); transform-origin: 50% 100%; transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease; + white-space: nowrap; z-index: 2; // The background triangle |