mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
fix lightbox overscroll
This commit is contained in:
parent
8c619fedeb
commit
b1ba69fd00
1 changed files with 3 additions and 3 deletions
|
@ -82,10 +82,10 @@ limitations under the License.
|
|||
-webkit-justify-content: center;
|
||||
flex-direction: column;
|
||||
-webkit-flex-direction: column;
|
||||
padding-left: 60px;
|
||||
padding-right: 60px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
min-height: 100%;
|
||||
max-width: 270px;
|
||||
max-width: 240px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue