Merge pull request #6742 from svbergerem/fix-tooltips-in-media
Fix tooltips inside of .media elements
This commit is contained in:
commit
485f7c5263
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
.media {
|
||||
margin: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.media,
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
#main_stream > div > .photo {
|
||||
& > .media {
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
> .bd {
|
||||
position: relative;
|
||||
overflow: inherit;
|
||||
|
|
|
|||
Loading…
Reference in a new issue