MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 188: Line 188:
}
}
#editpage-specialchars {
#editpage-specialchars {
  position: sticky;
    position: relative;
  top: 0;
    transition: all 0.3s ease-in-out;
  z-index: 1000;
}
  background-color: white;  
 
.sticky-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    z-index: 1000;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
}