mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-3490 - Fixing RHS issue on Edge (#3474)
This commit is contained in:
committed by
Joram Wilander
parent
bc726b0840
commit
878c6ecafc
@@ -14,13 +14,18 @@
|
||||
@include single-transition(background-color, .5s, ease);
|
||||
background-color: alpha-color($black, 0);
|
||||
height: 100%;
|
||||
left: -100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
visibility: hidden;
|
||||
width: 300%;
|
||||
}
|
||||
|
||||
&.move--left {
|
||||
.sidebar--right__bg {
|
||||
left: -100%;
|
||||
}
|
||||
}
|
||||
|
||||
.post-body {
|
||||
img {
|
||||
max-height: 200px;
|
||||
|
||||
Reference in New Issue
Block a user