We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9cabf commit c3586caCopy full SHA for c3586ca
app/views/bays/_overview.html.erb
@@ -1,4 +1,4 @@
1
-<div class="overflow-x-scroll">
+<div class="overflow-x-auto">
2
<div class="rooms-overview d-grid my-1 pe-2">
3
<% bays.each do |bay| %>
4
<div style="grid-column: <%= "#{bay.position}/#{bay.position+1}" %>;
app/views/islets/_infrastructure.html.erb
@@ -1,7 +1,7 @@
<div class="room_overview show_room rooms-network-capacity" id="network-capacity">
<div class="card">
<div class="card-body d-flex">
- <div class="tab-content infrastructure bg-body-tertiary overflow-x-scroll w-100">
+ <div class="tab-content infrastructure bg-body-tertiary overflow-x-auto w-100">
5
<% # TODO: move html here? %>
6
<div class="islet">
7
<% if room.id == 4 || room.id == 3 %>
0 commit comments