mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
add missing overflow to css
This commit is contained in:
parent
4dfdbeba54
commit
68659c7740
1 changed files with 3 additions and 0 deletions
|
@ -1303,6 +1303,9 @@ section #jotOpen {
|
|||
}
|
||||
|
||||
/* Filebrowser */
|
||||
#jot-fbrowser-wrapper {
|
||||
overflow: hidden;
|
||||
}
|
||||
.fbrowser .breadcrumb {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue