1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-22 15:48:18 +00:00

fix: remove weird scrollbars (#2391)

هذا الالتزام موجود في:
Adam Cooke
2023-03-22 16:21:36 +00:00
ملتزم من قبل GitHub
الأصل 159509a3ed
التزام b22f1bdb2e
2 ملفات معدلة مع 0 إضافات و6 حذوفات

عرض الملف

@@ -6,7 +6,6 @@
} }
.siteContent__main { .siteContent__main {
@include scrollbars(12px);
flex: 1 1 auto; flex: 1 1 auto;
z-index:100; z-index:100;
overflow-y:scroll; overflow-y:scroll;

عرض الملف

@@ -4,11 +4,6 @@
flex: 0 0 auto; flex: 0 0 auto;
color:#fff; color:#fff;
z-index:1000; z-index:1000;
border-right:12px solid #efefef;
.browser-firefox & {
border-right: 15px solid #fafafa;
}
} }
.siteHeader__inside { .siteHeader__inside {