Skip to content

Commit

Permalink
Resolve #858
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Jan 16, 2023
1 parent 177dfcb commit ad8eccf
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions dev/Styles/User/Layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@
}

#rl-left, #rl-right {
position: absolute;
position: fixed;
top: 0;
right: 0;
bottom: 10px;
left: 0;
padding: 0;
margin: 0;
border: 0;
z-index: 0;
}

#rl-left {
z-index: 0;
width: @rlLeftWidth;
}

Expand Down Expand Up @@ -179,6 +176,7 @@ html.rl-side-preview-pane {

.search-input-wrp {
position: relative;
text-align: right;
}
.search-input-wrp a {
position: absolute;
Expand Down Expand Up @@ -270,7 +268,6 @@ html.rl-left-panel-disabled {
html.rl-no-preview-pane {

#V-MailMessageList {
right: @rlBottomMargin !important;
width: inherit;
}

Expand Down Expand Up @@ -329,6 +326,6 @@ html.rl-mobile {
}

&.rl-left-panel-disabled #rl-right {
left: 5px;
left: 0;
}
}

0 comments on commit ad8eccf

Please sign in to comment.