Merge pull request #6742 from svbergerem/fix-tooltips-in-media

Fix tooltips inside of .media elements
This commit is contained in:
Dennis Schubert 2016-03-07 18:47:15 +01:00
commit 485f7c5263
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,5 @@
.media {
margin: 10px;
position: relative;
}
.media,

View file

@ -12,6 +12,7 @@
#main_stream > div > .photo {
& > .media {
overflow: visible;
position: relative;
> .bd {
position: relative;
overflow: inherit;