Fix tooltips inside of .media elements
This commit is contained in:
parent
e90f72ff37
commit
665015859a
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