firefox: don't treat tab as special draggable

This commit is contained in:
CanadaHonk 2022-12-14 18:34:47 +00:00
parent 5b28246be0
commit d243cec926

View File

@ -60,6 +60,10 @@ user_pref('privacy.window.maxInnerHeight', ${windowSize[1]}); */
height: 16px;
}
.tabbrowser-tab { /* Stop being able to drag around tab like browser, acts as part of titlebar */
pointer-events: none;
}
#titlebar, .tabbrowser-tab {
height: 20px;
}