Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #tabs-tabbar-container {
- position: fixed !important;
- display: block;
- opacity: 0;
- line-height: 0;
- z-index: 1;
- pointer-events: none;
- width: 100%;
- }
- #header:hover #tabs-tabbar-container{
- position: initial !important;
- display: initial;
- opacity: 1;
- line-height: initial;
- z-index: initial;
- pointer-events: initial;
- width: 100%;
- height: initial;
- }
- .mainbar {
- opacity: 0;
- }
- #header:hover #main .mainbar {
- opacity: 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement