mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
use overflow:hidden instead of -moz-hidden-unscrollable for window title
This commit is contained in:
parent
6b242379ec
commit
5aa1d1ec01
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ See the above repository for updates as well as full license text. */
|
|||
display: -moz-inline-box;
|
||||
padding-top: 1px;
|
||||
max-width: 50vw;
|
||||
overflow-x: -moz-hidden-unscrollable;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue