mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 02:28:27 +08:00
Fix issue with viewing export dropdown list
There is issue with viewing all the export list
This commit is contained in:
parent
5ab0db9690
commit
d7e0d3e2d6
|
@ -282,6 +282,9 @@ body.flexbox {
|
|||
max-width: 940px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.tri-layout-right-contents {
|
||||
height: 1000px;
|
||||
}
|
||||
}
|
||||
|
||||
@include smaller-than($l) {
|
||||
|
@ -350,4 +353,4 @@ body.flexbox {
|
|||
margin-inline-start: 0;
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user