mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 01:47:35 +03:00 
			
		
		
		
	#822 removed overflow: hidden; because navbar dropdown menu was being hidden in ipad portrait
This commit is contained in:
		
							parent
							
								
									880cf63001
								
							
						
					
					
						commit
						e77ffbc58a
					
				| 
						 | 
				
			
			@ -187,7 +187,6 @@
 | 
			
		|||
      > .mdb-layout-content {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        margin-#{$side}: 0;
 | 
			
		||||
        overflow: hidden;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			@ -196,11 +195,6 @@
 | 
			
		|||
@mixin mdb-drawer-y-overlay() {
 | 
			
		||||
  @each $side in (top bottom) {
 | 
			
		||||
    &.mdb-drawer-fixed-#{$side} {
 | 
			
		||||
      > .mdb-layout-header,
 | 
			
		||||
      > .mdb-layout-content {
 | 
			
		||||
        overflow: hidden;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      > .mdb-layout-header {
 | 
			
		||||
        @if $side == top { // only add margin-top on a header when the drawer is at the top
 | 
			
		||||
          margin-#{$side}: 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user