We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7364f10 commit 5601168Copy full SHA for 5601168
1 file changed
src/wp-includes/css/admin-bar.css
@@ -99,9 +99,6 @@ html:lang(he-il) .rtl #wpadminbar * {
99
background: #1d2327;
100
/* Only visible in Windows High Contrast mode */
101
outline: 1px solid transparent;
102
- overflow-x: auto;
103
- overflow-y: hidden;
104
- scrollbar-width: thin;
105
}
106
107
#wpadminbar,
@@ -860,6 +857,18 @@ html:lang(he-il) .rtl #wpadminbar * {
860
857
display: none;
861
858
862
859
+ /* Scrolls any overflow, but hides all dropdowns even when there is no overflow */
+ #wpadminbar {
+ overflow-x: auto;
863
+ overflow-y: hidden;
864
+ scrollbar-width: thin;
865
+ }
866
+
867
+ #wpadminbar .ab-sub-wrapper,
868
+ #wpadminbar .shortlink-input {
869
+ display: none !important;
870
871
872
/* WP logo */
873
#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
874
padding: 0;
0 commit comments