]> BookStack Code Mirror - bookstack/commitdiff
Merge pull request #2416 from shubhamosmosys/master
authorDan Brown <redacted>
Sat, 2 Jan 2021 15:36:35 +0000 (15:36 +0000)
committerGitHub <redacted>
Sat, 2 Jan 2021 15:36:35 +0000 (15:36 +0000)
Fix issue with viewing export dropdown list

1  2 
resources/sass/_layout.scss

index a6a74afed42b6ab92e04ae201d5b85392e219c91,e163f06d8341a5a65d7873a7b5420d8cc22b4195..4873ff2da651ee1575a048a4973f95069fa0a343
@@@ -153,9 -153,6 +153,9 @@@ body.flexbox 
  .justify-center {
    justify-content: center;
  }
 +.items-center {
 +  align-items: center;
 +}
  
  
  /**
    display: none !important;
  }
  
 +.fill-height {
 +  height: 100%;
 +}
 +
  .float {
    float: left;
    &.right {
      min-height: 50vh;
      overflow-y: scroll;
      overflow-x: hidden;
+     height: 100%;
      scrollbar-width: none;
      -ms-overflow-style: none;
      &::-webkit-scrollbar {
      margin-inline-start: 0;
      margin-inline-end: 0;
    }
- }
+ }