Merge pull request #9819 from Snuffleupagus/viewerContainer-offset-small-window
Fix regression affecting the horizontal `viewerContainer` offset for small window widths (PR 9816 follow-up)
This commit is contained in:
commit
5dacc8155c
@ -1847,10 +1847,10 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
|
||||
}
|
||||
|
||||
html[dir='ltr'] #outerContainer.sidebarOpen #viewerContainer {
|
||||
left: 0px;
|
||||
left: 0px !important;
|
||||
}
|
||||
html[dir='rtl'] #outerContainer.sidebarOpen #viewerContainer {
|
||||
right: 0px;
|
||||
right: 0px !important;
|
||||
}
|
||||
|
||||
#outerContainer .hiddenLargeView,
|
||||
|
Loading…
Reference in New Issue
Block a user