Skip to content

Commit aab1fbc

Browse files
committed
Version v2.2.28-IMPL-2168
1 parent 4095561 commit aab1fbc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/stylesheets/main.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
@import "../../bower_components/angular-bootstrap/ui-bootstrap-csp";
33
// BookingBug mixins
44

5-
@import "bb-modals";
65
@import "bb-toggle-switch";
76

7+
88
[pricepicker] {
99

1010
position: relative;
@@ -39,6 +39,10 @@ div.loader {
3939
}
4040
}
4141

42+
.modal {
43+
overflow-y: scroll;
44+
}
45+
4246
[bb-loading-spinner] {
4347
div.loader-wrapper {
4448
position: absolute;

0 commit comments

Comments
 (0)