Fix mobile-wizard position and shadow
Change-Id: I35cb5b6644761d881e30bbf64d3485667ce9be3e Reviewed-on: https://gerrit.libreoffice.org/80128 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
This commit is contained in:
parent
5ac78e5a29
commit
91e63410e7
1 changed files with 2 additions and 2 deletions
|
@ -765,10 +765,10 @@ tr.useritem > td > img {
|
|||
height: 45%;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
bottom: 37px;
|
||||
bottom: 34px;
|
||||
z-index: 1000;
|
||||
background-color: white;
|
||||
box-shadow: 0px -2px 6px #acacac;
|
||||
box-shadow: 0px -2px 4px 1px #00000030
|
||||
}
|
||||
|
||||
#mobile-wizard-content {
|
||||
|
|
Loading…
Reference in a new issue