mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 03:39:40 +03:00
default themes use border-box box sizing per default
This commit is contained in:
@@ -187,6 +187,8 @@ $os-theme-light-handle-bg-active: rgba(255, 255, 255, 0.66);
|
||||
|
||||
.os-theme-dark,
|
||||
.os-theme-light {
|
||||
box-sizing: border-box;
|
||||
|
||||
--os-size: #{$os-theme-dark-light-size};
|
||||
--os-padding-perpendicular: #{$os-theme-dark-light-padding-perpendicular};
|
||||
--os-padding-axis: #{$os-theme-dark-light-padding-axis};
|
||||
|
||||
Reference in New Issue
Block a user