mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
modals: Prevent possible native horizontal scrollbar.
This commit is contained in:
@@ -130,9 +130,15 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
/* 16px at 14px/1em */
|
/* 16px at 14px/1em */
|
||||||
font-size: 1.1429em;
|
font-size: 1.1429em;
|
||||||
overflow-y: auto;
|
|
||||||
padding: 2px 24px;
|
padding: 2px 24px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
/* Prevent the appearance of a horizontal
|
||||||
|
native scrollbar at certain
|
||||||
|
info-density/zoom levels. */
|
||||||
|
overflow: hidden auto;
|
||||||
|
/* Set a max-width, less the 24px of left and right
|
||||||
|
padding specified above. */
|
||||||
|
max-width: calc(100% - 48px);
|
||||||
|
|
||||||
&.simplebar-scrollable-y + .modal__footer {
|
&.simplebar-scrollable-y + .modal__footer {
|
||||||
border-top: 1px solid hsl(0deg 0% 87%);
|
border-top: 1px solid hsl(0deg 0% 87%);
|
||||||
|
|||||||
Reference in New Issue
Block a user