mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix menu flicker
This commit is contained in:
@@ -572,6 +572,11 @@ code.api-token::-webkit-scrollbar-thumb:hover {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Header Dropdown Menu Styles - Prevent flash on page load */
|
||||
.dropdown-menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.confirmation-modal-footer .btn-confirm:active {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user