diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-07-20 14:37:47 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-07-20 14:37:47 +0200 |
| commit | 995d63ac73ca89486b8a715ecc8296efb6090bf6 (patch) | |
| tree | 1371b0f5bcfe997cc203ea261ec14c740cba2b70 /src | |
| parent | 05630b06fdf76c25c6ccf2e9ac3567592eae6c67 (diff) | |
| download | rust-995d63ac73ca89486b8a715ecc8296efb6090bf6.tar.gz rust-995d63ac73ca89486b8a715ecc8296efb6090bf6.zip | |
Improve "important traits" popup display on mobile
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 38709b445ef..850a4b3cbc2 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1511,6 +1511,11 @@ h4 > .important-traits { #main > .line-numbers { margin-top: 0; } + + .important-traits .important-traits-tooltiptext { + left: 0; + top: 100%; + } } @media print { |
