File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ $download-button-section-height: 200px;
3535	width unset  !important ;
3636}
3737
38+ #imgframe :not (#viewer ) img  {
39+     min-width 100px  ;
40+ }
41+ 
3842#imgframe  video  {
3943	max-height calc (100vh   -  var (--header-height ) -  #{$footer-height }  -  #{$download-button-section-height } );
4044}
@@ -78,11 +82,6 @@ $download-button-section-height: 200px;
7882	max-height 100%  ;
7983}
8084
81- //  Fix footer overlapping with app-content
82- .app-files_sharing  #app-content  {
83-     max-height calc (100vh   -  var (--header-height ) -  #{$footer-height } );
84- }
85- 
8685/*  fix multiselect bar offset on shared page */ 
8786thead  {
8887	left 0  !important ;
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ $footer-height: 65px;
6969
7070	/*  public footer */ 
7171	footer  {
72- 		position fixed ;
72+ 		position sticky   !important ;
7373		display flex ;
7474		align-items center ;
7575		justify-content center ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments